[arch-commits] Commit in python-nose/repos/extra-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Wed Dec 15 08:56:57 UTC 2021
Date: Wednesday, December 15, 2021 @ 08:56:57
Author: arojas
Revision: 432551
archrelease: copy trunk to extra-any
Added:
python-nose/repos/extra-any/PKGBUILD
(from rev 432550, python-nose/trunk/PKGBUILD)
Deleted:
python-nose/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 67 +++++++++++++++++++++++++------------------------------------
1 file changed, 28 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-15 08:56:48 UTC (rev 432550)
+++ PKGBUILD 2021-12-15 08:56:57 UTC (rev 432551)
@@ -1,39 +0,0 @@
-# Maintainer: Dan McGee <dan at archlinux.org>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
-# Contributor: Cilyan Olowen <gaknar at gmail.com>
-
-pkgbase=python-nose
-pkgname=('python-nose' 'python2-nose')
-pkgver=1.3.7
-pkgrel=12
-pkgdesc="A discovery-based unittest extension"
-arch=('any')
-url='https://readthedocs.org/docs/nose/'
-license=('LGPL2.1')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-source=("https://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz"{,.asc})
-sha512sums=('e65c914f621f8da06b9ab11a0ff2763d6e29b82ce2aaed56da0e3773dc899d9deb1f20015789d44c65a5dad7214520f5b659b3f8d7695fb207ad3f78e5cf1b62'
- 'SKIP')
-validpgpkeys=('58B277C0D208F7AC460C07C84548B3A8C0D70C12') # John Szakmeister <john at szakmeister.net>
-
-build() {
- cd "$srcdir/nose-$pkgver"
- sed -i -e "s:man/man1:share/man/man1:g" setup.py
- cp -R "$srcdir/nose-$pkgver" "$srcdir/nose2-$pkgver"
-}
-
-package_python-nose() {
- depends=('python' 'python-setuptools')
- cd "$srcdir/nose-$pkgver"
- python3 setup.py install --prefix=/usr --root="${pkgdir}"
- ln -s nosetests "$pkgdir/usr/bin/nosetests3"
-}
-
-package_python2-nose() {
- depends=('python2' 'python2-setuptools')
- cd "$srcdir/nose2-$pkgver"
- python2 setup.py install --prefix=/usr --root="${pkgdir}"
- mv "$pkgdir/usr/bin/nosetests" "$pkgdir/usr/bin/nosetests2"
- rm -rf "$pkgdir/usr/share"
-}
Copied: python-nose/repos/extra-any/PKGBUILD (from rev 432550, python-nose/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-15 08:56:57 UTC (rev 432551)
@@ -0,0 +1,28 @@
+# Maintainer: Dan McGee <dan at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+# Contributor: Cilyan Olowen <gaknar at gmail.com>
+
+pkgname=python-nose
+pkgver=1.3.7
+pkgrel=13
+pkgdesc="A discovery-based unittest extension"
+arch=('any')
+url='https://readthedocs.org/docs/nose/'
+license=('LGPL2.1')
+depends=('python' 'python-setuptools')
+source=("https://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz"{,.asc})
+sha512sums=('e65c914f621f8da06b9ab11a0ff2763d6e29b82ce2aaed56da0e3773dc899d9deb1f20015789d44c65a5dad7214520f5b659b3f8d7695fb207ad3f78e5cf1b62'
+ 'SKIP')
+validpgpkeys=('58B277C0D208F7AC460C07C84548B3A8C0D70C12') # John Szakmeister <john at szakmeister.net>
+
+build() {
+ cd "$srcdir/nose-$pkgver"
+ sed -i -e "s:man/man1:share/man/man1:g" setup.py
+}
+
+package() {
+ cd "$srcdir/nose-$pkgver"
+ python3 setup.py install --prefix=/usr --root="${pkgdir}"
+ ln -s nosetests "$pkgdir/usr/bin/nosetests3"
+}
More information about the arch-commits
mailing list