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

Felix Yan felixonmars at archlinux.org
Thu Oct 31 16:46:31 UTC 2019


    Date: Thursday, October 31, 2019 @ 16:46:31
  Author: felixonmars
Revision: 521155

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-31 16:46:18 UTC (rev 521154)
+++ PKGBUILD	2019-10-31 16:46:31 UTC (rev 521155)
@@ -1,42 +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>
-
-pkgbase=python-rfc3987
-pkgname=(python-rfc3987 python2-rfc3987)
-pkgver=1.3.8
-pkgrel=2
-pkgdesc="Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)"
-url="https://pypi.python.org/pypi/rfc3987"
-license=('GPL')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("https://pypi.io/packages/source/r/rfc3987/rfc3987-$pkgver.tar.gz")
-sha512sums=('0e81b8dbc8c410f08b1efa7ee1c90174ed6e70bf7622d3748f598d383583b439908e1b5da1e1a1eb22af4f214ae08680a29f00b253f37808034bae8a1808c32c')
-
-prepare() {
-  cp -a rfc3987-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/rfc3987-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/rfc3987-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python-rfc3987() {
-  depends=('python')
-
-  cd rfc3987-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-rfc3987() {
-  depends=('python2')
-
-  cd rfc3987-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-rfc3987/repos/community-staging-any/PKGBUILD (from rev 521154, python-rfc3987/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-31 16:46:31 UTC (rev 521155)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Simon Sapin <simon dot sapin at exyr dot org>
+# Contributor: Kyle Keen <keenerd at gmail.com>
+
+pkgbase=python-rfc3987
+pkgname=(python-rfc3987 python2-rfc3987)
+pkgver=1.3.8
+pkgrel=3
+pkgdesc="Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)"
+url="https://pypi.python.org/pypi/rfc3987"
+license=('GPL')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("https://pypi.io/packages/source/r/rfc3987/rfc3987-$pkgver.tar.gz")
+sha512sums=('0e81b8dbc8c410f08b1efa7ee1c90174ed6e70bf7622d3748f598d383583b439908e1b5da1e1a1eb22af4f214ae08680a29f00b253f37808034bae8a1808c32c')
+
+prepare() {
+  cp -a rfc3987-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/rfc3987-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/rfc3987-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-rfc3987() {
+  depends=('python')
+
+  cd rfc3987-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-rfc3987() {
+  depends=('python2')
+
+  cd rfc3987-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list