Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-build
Commits:
434e4ddd by Daniel M. Capella at 2024-02-29T16:05:05-05:00
upgpkg: 1.1.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-build
pkgdesc = A simple, correct Python packaging build frontend
- pkgver = 1.0.3
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/pypa/build
arch = any
@@ -23,7 +23,7 @@ pkgbase = python-build
depends = python-packaging
depends = python-pyproject-hooks
optdepends = python-virtualenv: Use virtualenv for build isolation
- source = python-build::git+https://github.com/pypa/build#tag=1.0.3
+ source = python-build::git+https://github.com/pypa/build#tag=1.1.1
sha512sums = SKIP
pkgname = python-build
=====================================
PKGBUILD
=====================================
@@ -3,19 +3,22 @@
_pkgname=build
pkgname=python-$_pkgname
-pkgver=1.0.3
+pkgver=1.1.1
pkgrel=1
pkgdesc='A simple, correct Python packaging build frontend'
arch=('any')
url='https://github.com/pypa/build'
license=('MIT')
depends=('python-packaging' 'python-pyproject-hooks')
-optdepends=('python-virtualenv: Use virtualenv for build isolation')
makedepends=('git' 'python-build' 'python-flit-core' 'python-installer'
'python-sphinx' 'python-sphinx-argparse-cli'
'python-sphinx-autodoc-typehints' 'python-sphinx-furo' 'python-sphinx-issues')
checkdepends=('python-pytest' 'python-pytest-mock'
'python-pytest-rerunfailures' 'python-filelock' 'python-setuptools'
'python-wheel')
+optdepends=('python-virtualenv: Use virtualenv for build isolation')
source=("$pkgname::git+$url#tag=$pkgver")
-#validpgpkeys=('3DCE51D60930EBA47858BA4146F633CBB0EB4BF2') # Filipe Laíns
(FFY00) <[email protected]>
+#validpgpkeys=(
+# '3DCE51D60930EBA47858BA4146F633CBB0EB4BF2' # Filipe Laíns (FFY00)
<[email protected]>
+# '2FDEC9863E5E14C7BC429F27B9D0E45146A241E8' # Henry Schreiner
<[email protected]>
+#)
sha512sums=('SKIP')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-build/-/commit/434e4ddd685f12e47affeb60d024c42346405b99
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-build/-/commit/434e4ddd685f12e47affeb60d024c42346405b99
You're receiving this email because of your account on gitlab.archlinux.org.