[arch-commits] Commit in python-parver/repos (2 files)

2020-11-09 Thread Felix Yan via arch-commits
Date: Monday, November 9, 2020 @ 16:53:47
  Author: felixonmars
Revision: 747673

archrelease: copy trunk to community-staging-any

Added:
  python-parver/repos/community-staging-any/
  python-parver/repos/community-staging-any/PKGBUILD
(from rev 747669, python-parver/trunk/PKGBUILD)

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: python-parver/repos/community-staging-any/PKGBUILD (from rev 747669, 
python-parver/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2020-11-09 16:53:47 UTC (rev 747673)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-parver
+pkgver=0.3.1
+pkgrel=2
+pkgdesc="Parse and manipulate version numbers"
+url="https://github.com/RazerM/parver;
+license=('MIT')
+arch=('any')
+depends=('python-arpeggio' 'python-attrs' 'python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-hypothesis' 'python-pretend')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/RazerM/parver/archive/$pkgver.tar.gz;)
+sha512sums=('2ea7eb7be0c58657f5261d7b4729da6caaf2fac67db3fc3f36d29627bdbeba45f6ecb0e4bb251575b621908eb1ff5fa5ede5fc2ef0e041156dcc00548fd34360')
+
+build() {
+  cd parver-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd parver-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd parver-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-parver/repos (2 files)

2020-02-21 Thread Felix Yan via arch-commits
Date: Friday, February 21, 2020 @ 13:41:33
  Author: felixonmars
Revision: 577529

archrelease: copy trunk to community-testing-any

Added:
  python-parver/repos/community-testing-any/
  python-parver/repos/community-testing-any/PKGBUILD
(from rev 577528, python-parver/trunk/PKGBUILD)

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: python-parver/repos/community-testing-any/PKGBUILD (from rev 577528, 
python-parver/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-02-21 13:41:33 UTC (rev 577529)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-parver
+pkgver=0.3
+pkgrel=1
+pkgdesc="Parse and manipulate version numbers"
+url="https://github.com/RazerM/parver;
+license=('MIT')
+arch=('any')
+depends=('python-arpeggio' 'python-attrs' 'python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-hypothesis' 'python-pretend')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/RazerM/parver/archive/$pkgver.tar.gz;)
+sha512sums=('0b31ee3c3fc24b056a97ccb9df10dec69ca66f4690b7f01ae84fbe583b77cf713b98d207eaf7a34c2192eecdf4077121154fe9b59aa83fe4836080cae729a90d')
+
+build() {
+  cd parver-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd parver-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd parver-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-parver/repos (2 files)

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 20:08:23
  Author: felixonmars
Revision: 519750

archrelease: copy trunk to community-staging-any

Added:
  python-parver/repos/community-staging-any/
  python-parver/repos/community-staging-any/PKGBUILD
(from rev 519749, python-parver/trunk/PKGBUILD)

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: python-parver/repos/community-staging-any/PKGBUILD (from rev 519749, 
python-parver/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-10-25 20:08:23 UTC (rev 519750)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-parver
+pkgver=0.2.1
+pkgrel=2
+pkgdesc="Parse and manipulate version numbers"
+url="https://github.com/RazerM/parver;
+license=('MIT')
+arch=('any')
+depends=('python-arpeggio' 'python-attrs' 'python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-hypothesis' 'python-pretend')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/RazerM/parver/archive/$pkgver.tar.gz;)
+sha512sums=('674e97d5bef6bb02a659ecf5e1a78fa5d597436b656d0251db20fe330a151ae8de52a3f3f0d3732ccb624ad9093116c07837ba0cbe4ae7ae664b4d47ecc3')
+
+build() {
+  cd parver-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd parver-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd parver-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-parver/repos (2 files)

2018-11-27 Thread Felix Yan via arch-commits
Date: Tuesday, November 27, 2018 @ 14:49:59
  Author: felixonmars
Revision: 409976

archrelease: copy trunk to community-testing-any

Added:
  python-parver/repos/community-testing-any/
  python-parver/repos/community-testing-any/PKGBUILD
(from rev 409975, python-parver/trunk/PKGBUILD)

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: python-parver/repos/community-testing-any/PKGBUILD (from rev 409975, 
python-parver/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-11-27 14:49:59 UTC (rev 409976)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-parver
+pkgver=0.2
+pkgrel=1
+pkgdesc="Parse and manipulate version numbers"
+url="https://github.com/RazerM/parver;
+license=('MIT')
+arch=('any')
+depends=('python-arpeggio' 'python-attrs' 'python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-hypothesis' 'python-pretend')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/RazerM/parver/archive/$pkgver.tar.gz;)
+sha512sums=('bbf86d1897d6967d38b624665c9790144eca042deca00c1b40a3d0d1e2019ad28b3643a91955293d8f07ed06e65e1217c675ccfe37e7842a544fc25e0618ee6b')
+
+build() {
+  cd parver-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd parver-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd parver-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}