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

Felix Yan felixonmars at archlinux.org
Wed May 6 06:20:35 UTC 2020


    Date: Wednesday, May 6, 2020 @ 06:20:34
  Author: felixonmars
Revision: 625019

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-06 06:20:18 UTC (rev 625018)
+++ PKGBUILD	2020-05-06 06:20:34 UTC (rev 625019)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-semver
-pkgver=2.9.1
-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=('3de661921d51b19fd4922605677790b7e83ab1e34ef76cd9d6d2147753c122686a801b4ddb0fec1b85018e7c60859885cc27f43bc5e337de1b69b9304b398175')
-
-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 625018, python-semver/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-06 06:20:34 UTC (rev 625019)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-semver
+pkgver=2.10.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=('84f34d78ae8ea880857c0380a29e64728deffb22216228ed79b17bd065529eb5b69667599be90faee5b851f1a909412f848dba7625a40696c7db8de1d067c24a')
+
+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