Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages /
python-pyftpdlib
Commits:
0ea15748 by Carl Smedstad at 2024-09-10T20:07:45+02:00
upgpkg: 2.0.0-2: Use non-virtual name for dep python-pyasynchat
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pyftpdlib
pkgdesc = Extremely fast and scalable Python FTP server library
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/giampaolo/pyftpdlib
arch = any
license = MIT
@@ -13,7 +13,7 @@ pkgbase = python-pyftpdlib
makedepends = python-setuptools
makedepends = python-wheel
depends = python
- depends = python-asynchat
+ depends = python-pyasynchat
depends = python-pyasyncore
optdepends = python-pyopenssl: FTPS support
optdepends = python-psutil: to keep track of FTP server memory usage
=====================================
PKGBUILD
=====================================
@@ -6,14 +6,14 @@
pkgname=python-pyftpdlib
_pkgname=${pkgname#python-}
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Extremely fast and scalable Python FTP server library"
arch=(any)
url="https://github.com/giampaolo/pyftpdlib"
license=(MIT)
depends=(
python
- python-asynchat
+ python-pyasynchat
python-pyasyncore
)
makedepends=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyftpdlib/-/commit/0ea1574818f1a400a3b97fcfc168bc58327a6e0d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyftpdlib/-/commit/0ea1574818f1a400a3b97fcfc168bc58327a6e0d
You're receiving this email because of your account on gitlab.archlinux.org.