[arch-commits] Commit in python-locket/repos/community-staging-any (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Wed Dec 1 21:40:04 UTC 2021
Date: Wednesday, December 1, 2021 @ 21:40:04
Author: foutrelis
Revision: 1060950
archrelease: copy trunk to community-staging-any
Added:
python-locket/repos/community-staging-any/PKGBUILD
(from rev 1060949, python-locket/trunk/PKGBUILD)
Deleted:
python-locket/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-01 21:40:02 UTC (rev 1060949)
+++ PKGBUILD 2021-12-01 21:40:04 UTC (rev 1060950)
@@ -1,34 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=locket
-pkgname=python-${_pkg}
-pkgver=0.2.1
-pkgrel=3
-pkgdesc="File-based locks for Python"
-arch=(any)
-url="https://github.com/mwilliamson/locket.py"
-license=(BSD)
-makedepends=(python-setuptools)
-depends=(python)
-checkdepends=(python-nose python-spur)
-# No tests in pypi tarballs
-#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('cda50c4b8b759dd2661451897a1fc69c655467cd6654f5305eae4508e6c659d0')
-
-build() {
- cd ${_pkg}.py-${pkgver}
- python setup.py build
-}
-
-check() {
- cd ${_pkg}.py-${pkgver}
- PYTHONPATH="${PWD}/build/lib/" nosetests
-}
-
-package() {
- cd ${_pkg}.py-${pkgver}
- python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build
- # Install license file
- install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
Copied: python-locket/repos/community-staging-any/PKGBUILD (from rev 1060949, python-locket/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-01 21:40:04 UTC (rev 1060950)
@@ -0,0 +1,34 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=locket
+pkgname=python-${_pkg}
+pkgver=0.2.1
+pkgrel=4
+pkgdesc="File-based locks for Python"
+arch=(any)
+url="https://github.com/mwilliamson/locket.py"
+license=(BSD)
+makedepends=(python-setuptools)
+depends=(python)
+checkdepends=(python-nose python-spur)
+# No tests in pypi tarballs
+#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('cda50c4b8b759dd2661451897a1fc69c655467cd6654f5305eae4508e6c659d0')
+
+build() {
+ cd ${_pkg}.py-${pkgver}
+ python setup.py build
+}
+
+check() {
+ cd ${_pkg}.py-${pkgver}
+ PYTHONPATH="${PWD}/build/lib/" nosetests
+}
+
+package() {
+ cd ${_pkg}.py-${pkgver}
+ python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build
+ # Install license file
+ install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}
More information about the arch-commits
mailing list