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

Felix Yan felixonmars at archlinux.org
Sun Apr 21 18:20:13 UTC 2019


    Date: Sunday, April 21, 2019 @ 18:20:12
  Author: felixonmars
Revision: 452834

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-21 18:19:38 UTC (rev 452833)
+++ PKGBUILD	2019-04-21 18:20:12 UTC (rev 452834)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
-
-pkgbase=python-rfc3986
-pkgname=(python-rfc3986 python2-rfc3986)
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="Validating URI References per RFC 3986"
-arch=('any')
-license=('Apache')
-url="https://rfc3986.readthedocs.org/"
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("https://pypi.io/packages/source/r/rfc3986/rfc3986-$pkgver.tar.gz")
-sha512sums=('b88bdc47fa2daa6a9ffc339b1b997a85d0c8b3bf3ab271554e2a1a684c0394370e9cba07a82a542f39533a4c8cae69414234545db6caa2508e0ee7e7f8bdff3d')
-
-prepare() {
-  cp -a rfc3986-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/rfc3986-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/rfc3986-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/rfc3986-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/rfc3986-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-rfc3986() {
-  depends=('python')
-
-  cd rfc3986-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-rfc3986() {
-  depends=('python2')
-
-  cd rfc3986-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python-rfc3986/repos/community-any/PKGBUILD (from rev 452833, python-rfc3986/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-21 18:20:12 UTC (rev 452834)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
+
+pkgbase=python-rfc3986
+pkgname=(python-rfc3986 python2-rfc3986)
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Validating URI References per RFC 3986"
+arch=('any')
+license=('Apache')
+url="https://rfc3986.readthedocs.org/"
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("https://pypi.io/packages/source/r/rfc3986/rfc3986-$pkgver.tar.gz")
+sha512sums=('cc5eb21797e4d6499ac59bb7225efec8043f4a42946b783c288ee4fa1f2a0835bf8ab44e6290d7652891eeac3a27d9c93ba1d73ab4d83bd01b1dccb48c8e90e5')
+
+prepare() {
+  cp -a rfc3986-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/rfc3986-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/rfc3986-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/rfc3986-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/rfc3986-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-rfc3986() {
+  depends=('python')
+
+  cd rfc3986-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-rfc3986() {
+  depends=('python2')
+
+  cd rfc3986-$pkgver-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}



More information about the arch-commits mailing list