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

Felix Yan felixonmars at archlinux.org
Wed Dec 16 19:16:35 UTC 2020


    Date: Wednesday, December 16, 2020 @ 19:16:35
  Author: felixonmars
Revision: 776907

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-16 19:16:22 UTC (rev 776906)
+++ PKGBUILD	2020-12-16 19:16:35 UTC (rev 776907)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-transaction
-pkgver=3.0.0
-pkgrel=3
-pkgdesc='Transaction management for Python'
-arch=('any')
-license=('ZPL')
-url='https://github.com/zopefoundation/transaction'
-depends=('python-zope-interface')
-makedepends=('python-setuptools' 'python-zope-interface')
-checkdepends=('python-nose' 'python-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/transaction/archive/$pkgver.tar.gz")
-sha512sums=('9f1c80fec205e8d13e8093c46dcd93fd27a5303bceca2b29e3d239f40c801355b131064fd695908cc166b8a4395d60d9deaec1a93cdbcd160417edd113c1fd8b')
-
-build() {
-  cd transaction-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd transaction-$pkgver
-  python setup.py nosetests
-}
-
-package() {
-  cd transaction-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-transaction/repos/community-any/PKGBUILD (from rev 776906, python-transaction/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-16 19:16:35 UTC (rev 776907)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-transaction
+pkgver=3.0.1
+pkgrel=1
+pkgdesc='Transaction management for Python'
+arch=('any')
+license=('ZPL')
+url='https://github.com/zopefoundation/transaction'
+depends=('python-zope-interface')
+makedepends=('python-setuptools' 'python-zope-interface')
+checkdepends=('python-nose' 'python-mock')
+source=("https://github.com/zopefoundation/transaction/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('13570cd074a0f185842a2dfabb7b80d62a81a8de0149f9d40659ad15d3a8405734f5fbd1042b36dffdf2dbfa3c3a95cce5af9f938426069a40a2e614a69a63f5')
+
+build() {
+  cd transaction-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd transaction-$pkgver
+  python setup.py nosetests
+}
+
+package() {
+  cd transaction-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list