Date: Friday, February 24, 2023 @ 17:12:30
Author: andrewsc
Revision: 1403808
archrelease: copy trunk to community-any
Added:
python-dotenv/repos/community-any/PKGBUILD
(from rev 1403807, python-dotenv/trunk/PKGBUILD)
Deleted:
python-dotenv/repos/community-any/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-24 17:12:08 UTC (rev 1403807)
+++ PKGBUILD 2023-02-24 17:12:30 UTC (rev 1403808)
@@ -1,27 +0,0 @@
-# Maintainer: Andrew Crerar <[email protected]>
-# Contributor: Kevin Azzam <[email protected]>
-# Contributor: David Runge <[email protected]>
-
-pkgname=python-dotenv
-pkgver=0.21.1
-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")
-b2sums=('a03e491bfd9d6f460095f0bbd9f8e816bc2cbd7274c1b82ad54b1be94bb199a16021712e328d3459f85916b9b87adb7e0dd1e1c8e05a348896dca714ec579c80')
-
-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 1403807,
python-dotenv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-24 17:12:30 UTC (rev 1403808)
@@ -0,0 +1,27 @@
+# Maintainer: Andrew Crerar <[email protected]>
+# Contributor: Kevin Azzam <[email protected]>
+# Contributor: David Runge <[email protected]>
+
+pkgname=python-dotenv
+pkgver=1.0.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")
+b2sums=('95a75fb1379ffdb13370ace63df3abfd0ed5a0de18406a61aeeb6d62ce192f26df10bc243d28db852c743e8ed798670c004cc4d65b86ba9a2e2d069348dbadde')
+
+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"
+}