[arch-commits] Commit in python-pipenv-to-requirements/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 16:07:59 UTC 2020
Date: Thursday, November 12, 2020 @ 16:07:59
Author: foutrelis
Revision: 752054
archrelease: copy trunk to community-staging-any
Added:
python-pipenv-to-requirements/repos/community-staging-any/PKGBUILD
(from rev 752053, python-pipenv-to-requirements/trunk/PKGBUILD)
Deleted:
python-pipenv-to-requirements/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 16:07:55 UTC (rev 752053)
+++ PKGBUILD 2020-11-12 16:07:59 UTC (rev 752054)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pipenv-to-requirements
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="Generate requirements[-dev].txt from Pipfile using pipenv"
-url="https://github.com/gsemet/pipenv-to-requirements"
-license=('MIT')
-arch=('any')
-depends=('python-pbr' 'python-pipenv')
-checkdepends=('python-pyfakefs' 'python-pytest-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/gsemet/pipenv-to-requirements/archive/$pkgver.tar.gz")
-sha512sums=('f89be89e120cc3d9a543c8efc1ff4c517f3d47145133a7db2f842dcbf168099588a2d281b7fb69b6ddf63439fbdebafd683b258a349cc7ad50efd454495caf14')
-
-export PBR_VERSION=$pkgver
-
-build() {
- cd pipenv-to-requirements-$pkgver
- python setup.py build
-}
-
-check() {
- cd pipenv-to-requirements-$pkgver
- pytest
-}
-
-package() {
- cd pipenv-to-requirements-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
Copied: python-pipenv-to-requirements/repos/community-staging-any/PKGBUILD (from rev 752053, python-pipenv-to-requirements/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 16:07:59 UTC (rev 752054)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pipenv-to-requirements
+pkgver=0.9.0
+pkgrel=3
+pkgdesc="Generate requirements[-dev].txt from Pipfile using pipenv"
+url="https://github.com/gsemet/pipenv-to-requirements"
+license=('MIT')
+arch=('any')
+depends=('python-pbr' 'python-pipenv')
+checkdepends=('python-pyfakefs' 'python-pytest-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/gsemet/pipenv-to-requirements/archive/$pkgver.tar.gz")
+sha512sums=('f89be89e120cc3d9a543c8efc1ff4c517f3d47145133a7db2f842dcbf168099588a2d281b7fb69b6ddf63439fbdebafd683b258a349cc7ad50efd454495caf14')
+
+export PBR_VERSION=$pkgver
+
+build() {
+ cd pipenv-to-requirements-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd pipenv-to-requirements-$pkgver
+ pytest
+}
+
+package() {
+ cd pipenv-to-requirements-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
More information about the arch-commits
mailing list