[arch-commits] Commit in python-rfc6555/repos/community-staging-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 11:57:12 UTC 2021


    Date: Thursday, December 2, 2021 @ 11:57:11
  Author: felixonmars
Revision: 1061602

archrelease: copy trunk to community-staging-any

Added:
  python-rfc6555/repos/community-staging-any/PKGBUILD
    (from rev 1061599, python-rfc6555/trunk/PKGBUILD)
Deleted:
  python-rfc6555/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 11:57:11 UTC (rev 1061601)
+++ PKGBUILD	2021-12-02 11:57:11 UTC (rev 1061602)
@@ -1,28 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-
-pkgname=python-rfc6555
-pkgver=0.0.0
-pkgrel=5
-arch=('any')
-url="https://pypi.org/project/rfc6555/"
-license=('Apache')
-pkgdesc="Python implementation of the Happy Eyeballs Algorithm described in RFC 6555."
-depends=('python' 'python-selectors2')
-makedepends=('python-setuptools')
-checkdepends=('python-tox')
-source=(https://files.pythonhosted.org/packages/58/a8/1dfba2db1f744657065562386069e547eefea9432d3f520d4af5b5fabd28/rfc6555-$pkgver.tar.gz)
-sha256sums=('191cbba0315b53654155321e56a93466f42cd0a474b4f341df4d03264dcb5217')
-
-# failing for now
-# check() {
-#   cd "${srcdir}/rfc6555-${pkgver}"
-#   tox3
-# 
-#   cd "${srcdir}/rfc6555-${pkgver}-2"
-#   tox2
-# }
-
-package() {
-  cd "${srcdir}/rfc6555-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-rfc6555/repos/community-staging-any/PKGBUILD (from rev 1061599, python-rfc6555/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 11:57:11 UTC (rev 1061602)
@@ -0,0 +1,28 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+
+pkgname=python-rfc6555
+pkgver=0.0.0
+pkgrel=6
+arch=('any')
+url="https://pypi.org/project/rfc6555/"
+license=('Apache')
+pkgdesc="Python implementation of the Happy Eyeballs Algorithm described in RFC 6555."
+depends=('python' 'python-selectors2')
+makedepends=('python-setuptools')
+checkdepends=('python-tox')
+source=(https://files.pythonhosted.org/packages/58/a8/1dfba2db1f744657065562386069e547eefea9432d3f520d4af5b5fabd28/rfc6555-$pkgver.tar.gz)
+sha256sums=('191cbba0315b53654155321e56a93466f42cd0a474b4f341df4d03264dcb5217')
+
+# failing for now
+# check() {
+#   cd "${srcdir}/rfc6555-${pkgver}"
+#   tox3
+# 
+#   cd "${srcdir}/rfc6555-${pkgver}-2"
+#   tox2
+# }
+
+package() {
+  cd "${srcdir}/rfc6555-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1
+}



More information about the arch-commits mailing list