Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / 
python-dotenv


Commits:
da315cf4 by Lukas Fleischer at 2025-10-26T11:18:34-04:00
upgpkg: 1.2.1-1: upstream update

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,17 @@
 pkgbase = python-dotenv
        pkgdesc = Get and set values in your .env file in local and production 
servers
-       pkgver = 1.1.1
+       pkgver = 1.2.1
        pkgrel = 1
        url = https://github.com/theskumar/python-dotenv/
        arch = any
        license = BSD
        makedepends = python-setuptools
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-wheel
        depends = python-click
        optdepends = ipython: ipython support
-       source = 
python-dotenv-1.1.1.tar.gz::https://github.com/theskumar/python-dotenv/archive/v1.1.1.tar.gz
-       b2sums = 
ff9b1cb1f719eb5d703fcccba5f89c6692d47768823ec115166d7ec40e5c3c3674dfd7de6cf58fd8d1bbf80affe1dd644161f2340213615a0a8c8123b26f1f75
+       source = 
python-dotenv-1.2.1.tar.gz::https://github.com/theskumar/python-dotenv/archive/v1.2.1.tar.gz
+       b2sums = 
a9109c1a2d5376502732aea45b28ff864b50fcc17d2b6083535ab7e96a6176f35a15cde0725bd58496d9e4f5899c0638184c4e2a7dc6cedf0240b2cc0074a20e
 
 pkgname = python-dotenv


=====================================
PKGBUILD
=====================================
@@ -3,25 +3,26 @@
 # Contributor: David Runge <[email protected]>
 
 pkgname=python-dotenv
-pkgver=1.1.1
+pkgver=1.2.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')
+makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel')
 optdepends=('ipython: ipython support')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/theskumar/python-dotenv/archive/v${pkgver}.tar.gz";)
-b2sums=('ff9b1cb1f719eb5d703fcccba5f89c6692d47768823ec115166d7ec40e5c3c3674dfd7de6cf58fd8d1bbf80affe1dd644161f2340213615a0a8c8123b26f1f75')
+b2sums=('a9109c1a2d5376502732aea45b28ff864b50fcc17d2b6083535ab7e96a6176f35a15cde0725bd58496d9e4f5899c0638184c4e2a7dc6cedf0240b2cc0074a20e')
 
 build() {
     cd "${pkgname}-${pkgver}"
-    python setup.py build
+    python -m build --wheel --no-isolation
 }
 
 package() {
     cd "${pkgname}-${pkgver}"
-    python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+
+    python -m installer --destdir="$pkgdir" dist/*.whl
     install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dotenv/-/commit/da315cf47f892931eb4cbdbb7da5e22a0e0360c6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dotenv/-/commit/da315cf47f892931eb4cbdbb7da5e22a0e0360c6
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to