Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages /
python-pyasynchat
Commits:
1a4a8d68 by Carl Smedstad at 2024-09-10T20:06:36+02:00
upgpkg: 1.0.4-3: Use non-virtual name for dep python-pyasyncore
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pyasynchat
pkgdesc = Make asynchat available for Python 3.12 onwards
pkgver = 1.0.4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/simonrob/pyasynchat
arch = any
license = PSF-2.0
@@ -11,7 +11,7 @@ pkgbase = python-pyasynchat
makedepends = python-setuptools
makedepends = python-wheel
depends = python
- depends = python-asyncore
+ depends = python-pyasyncore
provides = python-asynchat
source =
python-pyasynchat-1.0.4.tar.gz::https://github.com/simonrob/pyasynchat/archive/v1.0.4/1.0.4.tar.gz
sha256sums =
2f7085cb9f4f7aaa0aef675c799fcd2f3032d6aec9c9845330972105cf22dd23
=====================================
PKGBUILD
=====================================
@@ -3,14 +3,14 @@
pkgname=python-pyasynchat
_pkgname=${pkgname#python-}
pkgver=1.0.4
-pkgrel=2
+pkgrel=3
pkgdesc="Make asynchat available for Python 3.12 onwards"
arch=(any)
url="https://github.com/simonrob/pyasynchat"
license=(PSF-2.0)
depends=(
python
- python-asyncore
+ python-pyasyncore
)
makedepends=(
python-build
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyasynchat/-/commit/1a4a8d68f1a1bb59b0a86cc572d0bdee2b82701a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyasynchat/-/commit/1a4a8d68f1a1bb59b0a86cc572d0bdee2b82701a
You're receiving this email because of your account on gitlab.archlinux.org.