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

Felix Yan felixonmars at gemini.archlinux.org
Sun Jul 18 13:40:56 UTC 2021


    Date: Sunday, July 18, 2021 @ 13:40:56
  Author: felixonmars
Revision: 978492

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-18 13:40:43 UTC (rev 978491)
+++ PKGBUILD	2021-07-18 13:40:56 UTC (rev 978492)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Simon Sapin <simon dot sapin at exyr dot org>
-# Contributor: Kyle Keen <keenerd at gmail.com>
-
-pkgname=python-ldap3
-pkgver=2.9
-pkgrel=1
-pkgdesc="A strictly RFC 4510 conforming LDAP V3 pure Python client library"
-url="https://github.com/cannatag/ldap3"
-license=('LGPL')
-arch=('any')
-depends=('python-pyasn1')
-makedepends=('python-setuptools')
-checkdepends=('python-nose')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/cannatag/ldap3/archive/v$pkgver.tar.gz")
-sha512sums=('c5d022308333332ad3e0bc82bfb1b24408ff29aa2dc023554a24ef9a2f650acf477212c383d535095dbda76a75ea36ee74146f3b233384cb83ccdfb383fdb62a')
-
-build() {
-  cd "$srcdir"/ldap3-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/ldap3-$pkgver
-  nosetests3 -s test || echo "Tests require a running LDAP server"
-}
-
-package() {
-  cd ldap3-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-ldap3/repos/community-any/PKGBUILD (from rev 978491, python-ldap3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-18 13:40:56 UTC (rev 978492)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Simon Sapin <simon dot sapin at exyr dot org>
+# Contributor: Kyle Keen <keenerd at gmail.com>
+
+pkgname=python-ldap3
+pkgver=2.9.1
+pkgrel=1
+pkgdesc="A strictly RFC 4510 conforming LDAP V3 pure Python client library"
+url="https://github.com/cannatag/ldap3"
+license=('LGPL')
+arch=('any')
+depends=('python-pyasn1')
+makedepends=('python-setuptools')
+checkdepends=('python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/cannatag/ldap3/archive/v$pkgver.tar.gz")
+sha512sums=('bf07ebca9a53a8c225bc3106d3bd45eb26557c6e5a3d6d45a7f8c149d938ad43825eed0d406a57b93e2e675ed7aa262828f022ab82eb683f0e3029e3ad823106')
+
+build() {
+  cd "$srcdir"/ldap3-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/ldap3-$pkgver
+  nosetests3 -s test || echo "Tests require a running LDAP server"
+}
+
+package() {
+  cd ldap3-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}




More information about the arch-commits mailing list