[arch-commits] Commit in python-schema/repos/community-any (PKGBUILD PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Sun Apr 19 08:40:48 UTC 2020
Date: Sunday, April 19, 2020 @ 08:40:47
Author: bluewind
Revision: 616447
archrelease: copy trunk to community-any
Added:
python-schema/repos/community-any/PKGBUILD
(from rev 616446, python-schema/trunk/PKGBUILD)
Deleted:
python-schema/repos/community-any/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-19 08:40:44 UTC (rev 616446)
+++ PKGBUILD 2020-04-19 08:40:47 UTC (rev 616447)
@@ -1,39 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-
-_name=schema
-pkgname="python-$_name"
-pkgver=0.7.1
-pkgrel=4
-pkgdesc='Python module to validate and convert data structures.'
-arch=(any)
-url="https://github.com/keleshev/$_name"
-depends=(python python-contextlib2)
-makedepends=(python-setuptools)
-checkdepends=(python-mock python-pytest)
-license=(MIT)
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('c9dc8f4624e287c7d1435f8fd758f6a0aabbb7eff442db9192cd46f0e2b6d959')
-
-prepare() {
- cd "$srcdir/$_name-$pkgver"
- # accept arbitrary versions
- sed 's|==|>=|g' -i requirements.txt
-}
-
-build() {
- cd "$srcdir/$_name-$pkgver"
- python setup.py build
-}
-
-check() {
- cd "$srcdir/$_name-$pkgver"
- python setup.py test
-}
-
-package() {
- cd "$srcdir/$_name-$pkgver"
- python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
- install -D -m644 LICENSE-MIT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-schema/repos/community-any/PKGBUILD (from rev 616446, python-schema/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-19 08:40:47 UTC (rev 616447)
@@ -0,0 +1,39 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+_name=schema
+pkgname="python-$_name"
+pkgver=0.7.2
+pkgrel=1
+pkgdesc='Python module to validate and convert data structures.'
+arch=(any)
+url="https://github.com/keleshev/$_name"
+depends=(python python-contextlib2)
+makedepends=(python-setuptools)
+checkdepends=(python-mock python-pytest)
+license=(MIT)
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha256sums=('b536f2375b49fdf56f36279addae98bd86a8afbd58b3c32ce363c464bed5fc1c')
+
+prepare() {
+ cd "$srcdir/$_name-$pkgver"
+ # accept arbitrary versions
+ sed 's|==|>=|g' -i requirements.txt
+}
+
+build() {
+ cd "$srcdir/$_name-$pkgver"
+ python setup.py build
+}
+
+check() {
+ cd "$srcdir/$_name-$pkgver"
+ python setup.py test
+}
+
+package() {
+ cd "$srcdir/$_name-$pkgver"
+ python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+ install -D -m644 LICENSE-MIT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list