Date: Thursday, May 11, 2023 @ 20:48:40
Author: grawlinson
Revision: 1459992
archrelease: copy trunk to community-any
Added:
python-pyproject-parser/repos/community-any/PKGBUILD
(from rev 1459991, python-pyproject-parser/trunk/PKGBUILD)
Deleted:
python-pyproject-parser/repos/community-any/PKGBUILD
----------+
PKGBUILD | 116 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 58 insertions(+), 58 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-11 20:47:57 UTC (rev 1459991)
+++ PKGBUILD 2023-05-11 20:48:40 UTC (rev 1459992)
@@ -1,58 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-
-pkgname=python-pyproject-parser
-pkgver=0.7.0
-pkgrel=2
-pkgdesc='Parser for pyproject.toml'
-arch=('any')
-url='https://github.com/repo-helper/pyproject-parser'
-license=('MIT')
-depends=(
- 'python'
- 'python-apeye-core'
- 'python-attrs'
- 'python-dom-toml'
- 'python-domdf-python-tools'
- 'python-natsort'
- 'python-packaging'
- 'python-shippinglabel'
- 'python-toml'
- 'python-typing-extensions'
-)
-makedepends=(
- 'git'
- 'python-build'
- 'python-installer'
- 'python-wheel'
- 'python-setuptools'
-)
-#checkdepends=('')
-# cli optdepends: click, consolekit & sdjson
-optdepends=(
- 'python-readme-renderer: render markdown'
- 'python-cmarkgfm: render markdown'
-)
-_commit='f9fc5a1cda7fff980abdb7b6f0215cf5887507ec'
-source=("$pkgname::git+$url#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd "$pkgname"
-
- git describe --tags | sed 's/^v//'
-}
-
-build() {
- cd "$pkgname"
-
- python -m build --wheel --no-isolation
-}
-
-package() {
- cd "$pkgname"
-
- python -m installer --destdir="$pkgdir" dist/*.whl
-
- # license
- install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}
Copied: python-pyproject-parser/repos/community-any/PKGBUILD (from rev 1459991,
python-pyproject-parser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-11 20:48:40 UTC (rev 1459992)
@@ -0,0 +1,58 @@
+# Maintainer: George Rawlinson <[email protected]>
+
+pkgname=python-pyproject-parser
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Parser for pyproject.toml'
+arch=('any')
+url='https://github.com/repo-helper/pyproject-parser'
+license=('MIT')
+depends=(
+ 'python'
+ 'python-apeye-core'
+ 'python-attrs'
+ 'python-dom-toml'
+ 'python-domdf-python-tools'
+ 'python-natsort'
+ 'python-packaging'
+ 'python-shippinglabel'
+ 'python-toml'
+ 'python-typing-extensions'
+)
+makedepends=(
+ 'git'
+ 'python-build'
+ 'python-installer'
+ 'python-wheel'
+ 'python-setuptools'
+)
+#checkdepends=('')
+# cli optdepends: click, consolekit & sdjson
+optdepends=(
+ 'python-readme-renderer: render markdown'
+ 'python-cmarkgfm: render markdown'
+)
+_commit='0e6b5d2a29e8c8bf180f7510debd8b1bf90a5b6f'
+source=("$pkgname::git+$url#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd "$pkgname"
+
+ git describe --tags | sed 's/^v//'
+}
+
+build() {
+ cd "$pkgname"
+
+ python -m build --wheel --no-isolation
+}
+
+package() {
+ cd "$pkgname"
+
+ python -m installer --destdir="$pkgdir" dist/*.whl
+
+ # license
+ install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}