Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / 
python-pyasyncore


Commits:
990a1dfe by Carl Smedstad at 2026-01-05T21:56:28+01:00
upgpkg: 1.0.5-1: Upstream release

https://github.com/simonrob/pyasyncore/releases/tag/v1.0.5

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-pyasyncore
        pkgdesc = Make asyncore available for Python 3.12 onwards
-       pkgver = 1.0.4
-       pkgrel = 4
+       pkgver = 1.0.5
+       pkgrel = 1
        url = https://github.com/simonrob/pyasyncore
        arch = any
        license = PSF-2.0
@@ -12,7 +12,7 @@ pkgbase = python-pyasyncore
        makedepends = python-wheel
        depends = python
        provides = python-asyncore
-       source = 
python-pyasyncore-1.0.4.tar.gz::https://github.com/simonrob/pyasyncore/archive/v1.0.4/1.0.4.tar.gz
-       sha256sums = 
4d9d423ef3a3a601a9e6e638cb2951e1b49f7e94095818f25e439529fec34674
+       source = 
https://github.com/simonrob/pyasyncore/archive/v1.0.5/python-pyasyncore-1.0.5.tar.gz
+       b2sums = 
b1753f82b4e600ded027ac33514afd17934b83dc41ad74291e580584306d4de16f34d753af0ee674e5dc1a833b795080352b52a4805c67bf94a349ca12270005
 
 pkgname = python-pyasyncore


=====================================
PKGBUILD
=====================================
@@ -1,9 +1,8 @@
 # Maintainer: Carl Smedstad <[email protected]>
 
 pkgname=python-pyasyncore
-_pkgname=${pkgname#python-}
-pkgver=1.0.4
-pkgrel=4
+pkgver=1.0.5
+pkgrel=1
 pkgdesc="Make asyncore available for Python 3.12 onwards"
 arch=(any)
 url="https://github.com/simonrob/pyasyncore";
@@ -17,20 +16,20 @@ makedepends=(
 )
 checkdepends=(python-tests)
 provides=(python-asyncore)
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver/$pkgver.tar.gz")
-sha256sums=('4d9d423ef3a3a601a9e6e638cb2951e1b49f7e94095818f25e439529fec34674')
+source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+b2sums=('b1753f82b4e600ded027ac33514afd17934b83dc41ad74291e580584306d4de16f34d753af0ee674e5dc1a833b795080352b52a4805c67bf94a349ca12270005')
 
 build() {
-  cd "$_pkgname-$pkgver"
+  cd ${pkgname#python-}-$pkgver
   python -m build --wheel --no-isolation
 }
 
 check() {
-  cd "$_pkgname-$pkgver"
+  cd ${pkgname#python-}-$pkgver
   python -m unittest discover -v
 }
 
 package() {
-  cd "$_pkgname-$pkgver"
+  cd ${pkgname#python-}-$pkgver
   python -m installer --destdir="$pkgdir" dist/*.whl
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyasyncore/-/commit/990a1dfe77db12daae3ae4881cf5e2f710c443b7

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyasyncore/-/commit/990a1dfe77db12daae3ae4881cf5e2f710c443b7
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to