[arch-commits] Commit in python-dotenv/repos/community-any (PKGBUILD PKGBUILD)

Andrew Crerar andrewsc at gemini.archlinux.org
Thu Mar 24 19:03:18 UTC 2022


    Date: Thursday, March 24, 2022 @ 19:03:17
  Author: andrewsc
Revision: 1174931

archrelease: copy trunk to community-any

Added:
  python-dotenv/repos/community-any/PKGBUILD
    (from rev 1174930, python-dotenv/trunk/PKGBUILD)
Deleted:
  python-dotenv/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-24 19:03:04 UTC (rev 1174930)
+++ PKGBUILD	2022-03-24 19:03:17 UTC (rev 1174931)
@@ -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.19.2
-pkgrel=3
-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=('4bbd43ecfad127386729205204535a6b43633186d5efb99d35c582ce50f31cd3a803ac88b61c921d02a15d9adea5c7e0c837f408e3169c4ea6abd2fd9cddb0c1')
-
-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 1174930, python-dotenv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-24 19:03:17 UTC (rev 1174931)
@@ -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.20.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=('3b1b5d3454ad23fdb2c5b5efad96be4bf5cac76431bc06dc3e03d9aa5a9f85c53ac0cfebbfef076f593a59a8c7073b6883668168f2b927630f32b047f31e0a55')
+
+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