Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-build


Commits:
b6c3024c by Daniel M. Capella at 2023-10-09T16:36:26-04:00
upgpkg: 1.0.3-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,29 @@
+pkgbase = python-build
+       pkgdesc = A simple, correct Python packaging build frontend
+       pkgver = 1.0.3
+       pkgrel = 1
+       url = https://github.com/pypa/build
+       arch = any
+       license = MIT
+       checkdepends = python-pytest
+       checkdepends = python-pytest-mock
+       checkdepends = python-pytest-rerunfailures
+       checkdepends = python-filelock
+       checkdepends = python-setuptools
+       checkdepends = python-wheel
+       makedepends = git
+       makedepends = python-build
+       makedepends = python-flit-core
+       makedepends = python-installer
+       makedepends = python-sphinx
+       makedepends = python-sphinx-argparse-cli
+       makedepends = python-sphinx-autodoc-typehints
+       makedepends = python-sphinx-furo
+       makedepends = python-sphinx-issues
+       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
+       sha512sums = SKIP
+
+pkgname = python-build


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 _pkgname=build
 pkgname=python-$_pkgname
-pkgver=1.0.1
+pkgver=1.0.3
 pkgrel=1
 pkgdesc='A simple, correct Python packaging build frontend'
 arch=('any')



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

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


Reply via email to