[arch-commits] Commit in python-colander/repos/community-testing-any (2 files)
Felix Yan
felixonmars at archlinux.org
Sun Nov 29 07:36:52 UTC 2020
Date: Sunday, November 29, 2020 @ 07:36:52
Author: felixonmars
Revision: 766229
archrelease: copy trunk to community-testing-any
Added:
python-colander/repos/community-testing-any/PKGBUILD
(from rev 766228, python-colander/trunk/PKGBUILD)
Deleted:
python-colander/repos/community-testing-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-29 07:36:30 UTC (rev 766228)
+++ PKGBUILD 2020-11-29 07:36:52 UTC (rev 766229)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-colander
-pkgver=1.8.2
-pkgrel=2
-pkgdesc="A simple schema-based serialization and deserialization library"
-url="https://docs.pylonsproject.org/projects/colander/en/latest/"
-license=('BSD')
-arch=('any')
-depends=('python-iso8601' 'python-setuptools' 'python-translationstring')
-checkdepends=('python-pytest-cov' 'python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Pylons/colander/archive/$pkgver.tar.gz")
-sha512sums=('37c5501906c00ba58da41c98a86837f42d2738ff37f7b904ded9ac2fb1dd843c2fad159bb7033dd68b6d180d779eca57908ddef874ba23be35511faa8c91b4d6')
-
-build() {
- cd colander-$pkgver
- python setup.py build
-}
-
-check() {
- cd colander-$pkgver
- python setup.py pytest
-}
-
-package() {
- cd colander-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-
- install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
Copied: python-colander/repos/community-testing-any/PKGBUILD (from rev 766228, python-colander/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-29 07:36:52 UTC (rev 766229)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-colander
+pkgver=1.8.3
+pkgrel=1
+pkgdesc="A simple schema-based serialization and deserialization library"
+url="https://docs.pylonsproject.org/projects/colander/en/latest/"
+license=('BSD')
+arch=('any')
+depends=('python-iso8601' 'python-setuptools' 'python-translationstring')
+checkdepends=('python-pytest-cov' 'python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Pylons/colander/archive/$pkgver.tar.gz")
+sha512sums=('cf405891a208c897d208b45aca0c5cf975536658044d9782035e743cd5796f12564955105ea692da486978eb656da909a2e4a2c3ee4e3b4f578f057e5d63e782')
+
+build() {
+ cd colander-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd colander-$pkgver
+ python setup.py pytest
+}
+
+package() {
+ cd colander-$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