[arch-commits] Commit in python-pyftpdlib/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Feb 17 13:36:43 UTC 2020


    Date: Monday, February 17, 2020 @ 13:36:43
  Author: felixonmars
Revision: 574068

archrelease: copy trunk to community-any

Added:
  python-pyftpdlib/repos/community-any/PKGBUILD
    (from rev 574067, python-pyftpdlib/trunk/PKGBUILD)
Deleted:
  python-pyftpdlib/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-17 13:36:18 UTC (rev 574067)
+++ PKGBUILD	2020-02-17 13:36:43 UTC (rev 574068)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Thomas S Hatch <thatch45 at gmail.com>
-
-pkgname=python-pyftpdlib
-pkgver=1.5.5
-pkgrel=2
-pkgdesc='Very fast asynchronous FTP server library'
-arch=('any')
-url='https://github.com/giampaolo/pyftpdlib/'
-license=('MIT')
-depends=('python')
-optdepends=('python-pyopenssl: FTPS support'
-            'python-psutil: to keep track of FTP server memory usage')
-makedepends=('python-setuptools' 'python-pysendfile')
-checkdepends=('python-pytest-runner' 'python-mock' 'python-pyopenssl' 'python-psutil')
-source=("https://pypi.io/packages/source/p/pyftpdlib/pyftpdlib-$pkgver.tar.gz")
-sha512sums=('27427154f893812f689adf3a9ceb4ec2d8f0ea7a4bf7b08671dc146c95f09ddd596a27c85e009d8d6647277def48c0bf0a8b76fb3fba5818eda3dfdc6c10795e')
-
-build() {
-  cd "$srcdir"/pyftpdlib-$pkgver
-  python setup.py build
-}
-
-check() {
-  # https://github.com/giampaolo/pyftpdlib/issues/500
-
-  cd "$srcdir"/pyftpdlib-$pkgver
-  python setup.py pytest || warning "Tests failed"
-}
-
-package() {
-  cd pyftpdlib-$pkgver
-  python setup.py install --root="$pkgdir" -O1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pyftpdlib/repos/community-any/PKGBUILD (from rev 574067, python-pyftpdlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-17 13:36:43 UTC (rev 574068)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Thomas S Hatch <thatch45 at gmail.com>
+
+pkgname=python-pyftpdlib
+pkgver=1.5.6
+pkgrel=1
+pkgdesc='Very fast asynchronous FTP server library'
+arch=('any')
+url='https://github.com/giampaolo/pyftpdlib/'
+license=('MIT')
+depends=('python')
+optdepends=('python-pyopenssl: FTPS support'
+            'python-psutil: to keep track of FTP server memory usage')
+makedepends=('python-setuptools' 'python-pysendfile')
+checkdepends=('python-pytest-runner' 'python-mock' 'python-pyopenssl' 'python-psutil')
+source=("https://pypi.io/packages/source/p/pyftpdlib/pyftpdlib-$pkgver.tar.gz")
+sha512sums=('a3c3c1cac221a8a3c090ee208c03134bb1b8de58099a23ca6ee422f06fb97a0ed561c96e62c62b21fa112dd0b3458651b9fc0c55d72dc0bed79d0583b319a50d')
+
+build() {
+  cd "$srcdir"/pyftpdlib-$pkgver
+  python setup.py build
+}
+
+check() {
+  # https://github.com/giampaolo/pyftpdlib/issues/500
+
+  cd "$srcdir"/pyftpdlib-$pkgver
+  python setup.py pytest || warning "Tests failed"
+}
+
+package() {
+  cd pyftpdlib-$pkgver
+  python setup.py install --root="$pkgdir" -O1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list