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

Felix Yan felixonmars at archlinux.org
Sat Feb 15 08:40:32 UTC 2020


    Date: Saturday, February 15, 2020 @ 08:40:28
  Author: felixonmars
Revision: 571407

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-15 08:40:17 UTC (rev 571406)
+++ PKGBUILD	2020-02-15 08:40:28 UTC (rev 571407)
@@ -1,32 +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.8.3
-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=('707b30aabffbbe2117f5039d8ec03eb129e395b4293299650d2a20f55cc63cedf199df7fc0cb90badc0c1cea0741e679a0a146f4f373332ffeeadfeb391e2ae5')
-
-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
-}

Copied: python-semantic-version/repos/community-any/PKGBUILD (from rev 571406, python-semantic-version/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-15 08:40:28 UTC (rev 571407)
@@ -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.4
+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=('4c847d7adb478349b4d8444adddde12802c2ca56355dd2b6cd943d7869d221ddf0242ecbef7dc34e591b9b13f2e7dfd0e84310d31c0f7074de599f8950668de7')
+
+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