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

Felix Yan felixonmars at archlinux.org
Thu Feb 13 18:01:24 UTC 2020


    Date: Thursday, February 13, 2020 @ 18:01:23
  Author: felixonmars
Revision: 570746

archrelease: copy trunk to community-any

Added:
  python-semantic-version/repos/community-any/PKGBUILD
    (from rev 570745, python-semantic-version/trunk/PKGBUILD)
Deleted:
  python-semantic-version/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-13 18:01:09 UTC (rev 570745)
+++ PKGBUILD	2020-02-13 18:01:23 UTC (rev 570746)
@@ -1,33 +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-semantic-version
-pkgver=2.6.0
-pkgrel=4
-pkgdesc="A library implementing the 'SemVer' scheme."
-url="https://github.com/rbarrois/semantic-version"
-license=('BSD')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest') # 'python-django') Test hangs
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/rbarrois/python-semanticversion/archive/v$pkgver.tar.gz")
-sha512sums=('18db9279c2728565b13362c54bedbf569f0878cbe6bb58e631d87ffe7cff7d9131a30a2592cbf511091c03e854851159bbb298fe7469f53e8a2d92cf26ab4d0b')
-
-build() {
-  cd "$srcdir"/python-semanticversion-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-semanticversion-$pkgver
-  rm tests/test_django.py
-  py.test
-}
-
-package() {
-  cd python-semanticversion-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-semantic-version/repos/community-any/PKGBUILD (from rev 570745, python-semantic-version/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-13 18:01:23 UTC (rev 570746)
@@ -0,0 +1,32 @@
+# 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-semantic-version
+pkgver=2.8.2
+pkgrel=1
+pkgdesc="A library implementing the 'SemVer' scheme."
+url="https://github.com/rbarrois/python-semanticversion"
+license=('BSD')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-django')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rbarrois/python-semanticversion/archive/$pkgver.tar.gz")
+sha512sums=('d6d7b3eac904c5bb0f73e2c13addcc4c4176c442f8a2139c4b920ceaf4240dfb75a28be074ad36fda175650103412fff97c82a91ece37e864e3e0a1aa411acfb')
+
+build() {
+  cd python-semanticversion-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-semanticversion-$pkgver
+  py.test
+}
+
+package() {
+  cd python-semanticversion-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list