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

Andrew Crerar andrewsc at archlinux.org
Thu Apr 29 23:28:04 UTC 2021


    Date: Thursday, April 29, 2021 @ 23:28:03
  Author: andrewsc
Revision: 925308

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-29 23:27:48 UTC (rev 925307)
+++ PKGBUILD	2021-04-29 23:28:03 UTC (rev 925308)
@@ -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.17.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=('e6310ba1fe18ab5a13b05d33c5872c5c44ccae6cc36f9179fc0e4eaecd5d88e654901d868701ca4a815459717867009452e828aa4204d910ee4f61acceccba96')
-
-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 925307, python-dotenv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-29 23:28:03 UTC (rev 925308)
@@ -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.17.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")
+sha512sums=('ce3937f95956ffe27b1762c31caaccc6c4b084c6aac3f9ee53677f46422e9e30e22399003f219caacf8e60cc3a703951052fe08954514113eeb6d8d41ceef856')
+
+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