[arch-commits] Commit in python-dotenv/repos/community-any (PKGBUILD PKGBUILD)
Andrew Crerar
andrewsc at archlinux.org
Fri Jul 10 16:53:14 UTC 2020
Date: Friday, July 10, 2020 @ 16:53:14
Author: andrewsc
Revision: 663119
archrelease: copy trunk to community-any
Added:
python-dotenv/repos/community-any/PKGBUILD
(from rev 663118, python-dotenv/trunk/PKGBUILD)
Deleted:
python-dotenv/repos/community-any/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-10 16:52:52 UTC (rev 663118)
+++ PKGBUILD 2020-07-10 16:53:14 UTC (rev 663119)
@@ -1,27 +0,0 @@
-# Maintainer: Andrew Crerar <crerar at archlinux.org>
-# Contributor: Kevin Azzam <aur at azz.am>
-# Contributor: David Runge <dave at sleepmap.de>
-
-pkgname=python-dotenv
-pkgver=0.13.0
-pkgrel=2
-pkgdesc="Get and set values in your .env file in local and production servers"
-arch=('any')
-url="https://github.com/theskumar/python-dotenv/"
-license=('BSD')
-depends=('python-click')
-makedepends=('python-setuptools')
-optdepends=('ipython: ipython support')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/theskumar/python-dotenv/archive/v${pkgver}.tar.gz")
-sha512sums=('da1fc6f513ab7492a73bf6c4548ccc2d804c82e08d44e719d37cd4fc24078f7864f17ca5413156369a804deaaf76be0b579c31a4827db4756279b5b0627cea9d')
-
-build() {
- cd "${pkgname}-${pkgver}"
- python setup.py build
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
- install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
Copied: python-dotenv/repos/community-any/PKGBUILD (from rev 663118, python-dotenv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-10 16:53:14 UTC (rev 663119)
@@ -0,0 +1,27 @@
+# Maintainer: Andrew Crerar <crerar at archlinux.org>
+# Contributor: Kevin Azzam <aur at azz.am>
+# Contributor: David Runge <dave at sleepmap.de>
+
+pkgname=python-dotenv
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="Get and set values in your .env file in local and production servers"
+arch=('any')
+url="https://github.com/theskumar/python-dotenv/"
+license=('BSD')
+depends=('python-click')
+makedepends=('python-setuptools')
+optdepends=('ipython: ipython support')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/theskumar/python-dotenv/archive/v${pkgver}.tar.gz")
+sha512sums=('6a259552e2c69a16d19a969743835562c517a154c21a7b4d006fe8fcda1ab53f020ca61e6d94dd4bf5eb6a1f96b5ac91f58deaf083a9ffdce468f65becfd211d')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ python setup.py build
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+ install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
More information about the arch-commits
mailing list