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

Felix Yan felixonmars at archlinux.org
Wed Oct 21 17:33:34 UTC 2020


    Date: Wednesday, October 21, 2020 @ 17:33:34
  Author: felixonmars
Revision: 728075

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-21 17:33:24 UTC (rev 728074)
+++ PKGBUILD	2020-10-21 17:33:34 UTC (rev 728075)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-semver
-pkgver=2.12.0
-pkgrel=1
-pkgdesc="Python helper for Semantic Versioning"
-url="https://github.com/k-bx/python-semver"
-license=('BSD')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-pytest-cov')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/k-bx/python-semver/archive/$pkgver.tar.gz")
-sha512sums=('77d870d1991df754013fb667b07bef15867ee645023c8ddedf09bb56bd099463f8518b48bad5943d8de6ebbf102941b640adcdb9210dcd6e11a8f0fff7eb44f5')
-
-prepare() {
-  sed -i '/tests_require/d' python-semver-$pkgver/setup.py
-}
-
-build() {
-  cd "$srcdir"/python-semver-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-semver-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd python-semver-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-semver/repos/community-any/PKGBUILD (from rev 728074, python-semver/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-21 17:33:34 UTC (rev 728075)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-semver
+pkgver=2.13.0
+pkgrel=1
+pkgdesc="Python helper for Semantic Versioning"
+url="https://github.com/k-bx/python-semver"
+license=('BSD')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-cov')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/k-bx/python-semver/archive/$pkgver.tar.gz")
+sha512sums=('ca0d408d8bb7305e90802ea04d935cd7b76b8f166a9ec97ed3427dbc2cf60eeca0b2d27ad0cb2f15f32f5b2589d6717a63717c463183374c5335bf79e1eec222')
+
+prepare() {
+  sed -i '/tests_require/d' python-semver-$pkgver/setup.py
+}
+
+build() {
+  cd "$srcdir"/python-semver-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-semver-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd python-semver-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}



More information about the arch-commits mailing list