[arch-commits] Commit in python-pipenv/repos/community-any (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sat Dec 2 13:21:31 UTC 2017
Date: Saturday, December 2, 2017 @ 13:21:30
Author: foxboron
Revision: 271876
archrelease: copy trunk to community-any
Added:
python-pipenv/repos/community-any/PKGBUILD
(from rev 271875, python-pipenv/trunk/PKGBUILD)
Deleted:
python-pipenv/repos/community-any/PKGBUILD
----------+
PKGBUILD | 96 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 48 insertions(+), 48 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-02 13:20:24 UTC (rev 271875)
+++ PKGBUILD 2017-12-02 13:21:30 UTC (rev 271876)
@@ -1,48 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Maikel Wever <maikelwever at gmail.com>
-
-pkgbase=python-pipenv
-pkgname=(python-pipenv python2-pipenv)
-pkgver=8.3.2
-pkgrel=1
-pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
-url="https://docs.pipenv.org"
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kennethreitz/pipenv/archive/v${pkgver}.tar.gz")
-sha256sums=('7c4c161e22f970b435598dfbc0758270a224a3f38467ba989eb6f4f767197835')
-
-prepare() {
- cp -a pipenv-$pkgver{,-py2}
-}
-
-build(){
- cd "$srcdir/pipenv-$pkgver"
- python setup.py build
-
- cd "$srcdir/pipenv-$pkgver-py2"
- python2 setup.py build
-}
-
-package_python2-pipenv() {
- depends=('python2' 'python2-pip' 'python2-pew'
- 'python2-virtualenv' 'python2-flake8' 'python2-requests'
- 'python2-urllib3')
- cd "pipenv-$pkgver-py2"
- python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
- install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
- mv "${pkgdir}/usr/bin/pipenv" "${pkgdir}/usr/bin/pipenv2"
-}
-
-package_python-pipenv() {
- depends=('python' 'python-pip' 'python-pew'
- 'python-virtualenv' 'flake8' 'python-requests'
- 'python-urllib3')
- cd "pipenv-$pkgver"
- python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
- install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
Copied: python-pipenv/repos/community-any/PKGBUILD (from rev 271875, python-pipenv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-02 13:21:30 UTC (rev 271876)
@@ -0,0 +1,48 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Maikel Wever <maikelwever at gmail.com>
+
+pkgbase=python-pipenv
+pkgname=(python-pipenv python2-pipenv)
+pkgver=8.3.2
+pkgrel=2
+pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
+url="https://docs.pipenv.org"
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kennethreitz/pipenv/archive/v${pkgver}.tar.gz")
+sha256sums=('7c4c161e22f970b435598dfbc0758270a224a3f38467ba989eb6f4f767197835')
+
+prepare() {
+ cp -a pipenv-$pkgver{,-py2}
+}
+
+build(){
+ cd "$srcdir/pipenv-$pkgver"
+ python setup.py build
+
+ cd "$srcdir/pipenv-$pkgver-py2"
+ python2 setup.py build
+}
+
+package_python2-pipenv() {
+ depends=('python2' 'python2-pip' 'python-pew'
+ 'python2-virtualenv' 'python2-flake8' 'python2-requests'
+ 'python2-urllib3')
+ cd "pipenv-$pkgver-py2"
+ python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+ install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+ mv "${pkgdir}/usr/bin/pipenv" "${pkgdir}/usr/bin/pipenv2"
+}
+
+package_python-pipenv() {
+ depends=('python' 'python-pip' 'python-pew'
+ 'python-virtualenv' 'flake8' 'python-requests'
+ 'python-urllib3')
+ cd "pipenv-$pkgver"
+ python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+ install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
More information about the arch-commits
mailing list