[arch-commits] Commit in python-pycares/repos/community-x86_64 (PKGBUILD PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Wed Feb 5 03:10:56 UTC 2020


    Date: Wednesday, February 5, 2020 @ 03:10:55
  Author: polyzen
Revision: 562715

archrelease: copy trunk to community-x86_64

Added:
  python-pycares/repos/community-x86_64/PKGBUILD
    (from rev 562714, python-pycares/trunk/PKGBUILD)
Deleted:
  python-pycares/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-05 03:10:37 UTC (rev 562714)
+++ PKGBUILD	2020-02-05 03:10:55 UTC (rev 562715)
@@ -1,36 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=python-pycares
-pkgver=3.1.0
-pkgrel=1
-pkgdesc='Python interface for c-ares'
-arch=('x86_64')
-url=https://github.com/saghul/pycares
-license=('MIT')
-depends=('python-cffi') # c-ares is bundled
-makedepends=('python-setuptools')
-optdepends=('python-idna')
-source=("https://files.pythonhosted.org/packages/source/p/pycares/pycares-$pkgver.tar.gz")
-sha256sums=('663c000625725d3a63466a674df4ee7f62bf8ca1ae8a0b87a6411eb811e0e794')
-
-build() {
-  cd pycares-$pkgver
-  python setup.py build
-}
-
-# 10 tests fail
-#check() {
-#  cd pycares-$pkgver
-#  mkdir -p temp
-#  local sitepackages=$(python -c "import site; print(site.getsitepackages()[0])")
-#  python setup.py install --skip-build --root=temp
-#  PATH="$PWD/temp/usr/bin:$PATH" PYTHONPATH="$PWD/temp/$sitepackages" python tests/tests.py
-#}
-
-package() {
-  cd pycares-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pycares/repos/community-x86_64/PKGBUILD (from rev 562714, python-pycares/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-05 03:10:55 UTC (rev 562715)
@@ -0,0 +1,37 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=python-pycares
+pkgver=3.1.1
+pkgrel=1
+pkgdesc='Python interface for c-ares'
+arch=('x86_64')
+url=https://github.com/saghul/pycares
+license=('MIT')
+depends=('python-cffi') # c-ares is bundled
+makedepends=('python-setuptools')
+#checkdepends=('python-idna')
+optdepends=('python-idna')
+source=("https://files.pythonhosted.org/packages/source/p/pycares/pycares-$pkgver.tar.gz")
+sha256sums=('18dfd4fd300f570d6c4536c1d987b7b7673b2a9d14346592c5d6ed716df0d104')
+
+build() {
+  cd pycares-$pkgver
+  python setup.py build
+}
+
+# test_query_any fails https://github.com/saghul/pycares/issues/108
+#check() {
+#  cd pycares-$pkgver
+#  mkdir -p temp
+#  local sitepackages=$(python -c "import site; print(site.getsitepackages()[0])")
+#  python setup.py install --skip-build --root=temp
+#  PATH="$PWD/temp/usr/bin:$PATH" PYTHONPATH="$PWD/temp/$sitepackages" python tests/tests.py
+#}
+
+package() {
+  cd pycares-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list