* update python-atpublic to 5.0-1

This commit is contained in:
Alexander Baldeck 2024-09-24 16:11:28 +02:00
parent 5c3a3b08de
commit 3fa3b2461c
3 changed files with 25 additions and 4 deletions

View File

@ -0,0 +1,18 @@
pkgbase = python-atpublic
pkgdesc = @public decorator for Python
pkgver = 5.0
pkgrel = 1
url = https://gitlab.com/warsaw/public
arch = any
license = Apache-2.0
checkdepends = python-pytest
checkdepends = python-sybil
makedepends = python-build
makedepends = python-hatchling
makedepends = python-installer
depends = python
source = https://gitlab.com/warsaw/public/-/archive/5.0/public-5.0.tar.gz
sha512sums = f05b955f84c1907f925c78cd44d00186dd0858d1fef3b9bbeec3a3a40b28c48c1b0900f1d00ab078b738493dbf72f706cdfaafad7b041b78f88d0ed7d564d024
b2sums = 513199fac8e7e3d8423d535bdb8322ecaa268e191ef8a2a40ccc92797f324ebf79ccd94e55fe5f1bb225ee94e927721406ed5e8c7557a6ad0ead0213e066b914
pkgname = python-atpublic

View File

@ -0,0 +1,3 @@
[python-atpublic]
source = "pypi"
pypi = "atpublic"

View File

@ -3,8 +3,8 @@
_name=public
pkgname=python-atpublic
pkgver=4.1.0
pkgrel=2
pkgver=5.0
pkgrel=1
pkgdesc="@public decorator for Python"
arch=(any)
url="https://gitlab.com/warsaw/public"
@ -20,8 +20,8 @@ checkdepends=(
python-sybil
)
source=($url/-/archive/$pkgver/$_name-$pkgver.tar.gz)
sha512sums=('e6608572a6dfff0b9fa9039c6f7aea4488caabb89a2dcafc19435693b861336cd100da16c8f4bde0b8b454eea0354f0baedf3bf1ccdc8536b1dc11129e972f22')
b2sums=('c2584a6574094755d8d06984d42deecbb2ab6c26e9b3e7c1cdad1831189be7c594edd427ecc7d7468f6c855d8042b8ceffd4dff6bdbd12dfaa6cbd92c0743be8')
sha512sums=('f05b955f84c1907f925c78cd44d00186dd0858d1fef3b9bbeec3a3a40b28c48c1b0900f1d00ab078b738493dbf72f706cdfaafad7b041b78f88d0ed7d564d024')
b2sums=('513199fac8e7e3d8423d535bdb8322ecaa268e191ef8a2a40ccc92797f324ebf79ccd94e55fe5f1bb225ee94e927721406ed5e8c7557a6ad0ead0213e066b914')
build() {
cd $_name-$pkgver