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

Florian Pritz bluewind at archlinux.org
Sun Aug 9 08:49:13 UTC 2020


    Date: Sunday, August 9, 2020 @ 08:49:12
  Author: bluewind
Revision: 673052

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-09 08:49:10 UTC (rev 673051)
+++ PKGBUILD	2020-08-09 08:49:12 UTC (rev 673052)
@@ -1,39 +0,0 @@
-# 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:

Copied: python-schema/repos/community-any/PKGBUILD (from rev 673051, python-schema/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-09 08:49:12 UTC (rev 673052)
@@ -0,0 +1,39 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+_name=schema
+pkgname="python-$_name"
+pkgver=0.7.3
+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=('4cf529318cfd1e844ecbe02f41f7e5aa027463e7403666a52746f31f04f47a5e')
+
+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