Date: Friday, May 12, 2023 @ 01:14:59
  Author: grawlinson
Revision: 1460041

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-12 01:12:57 UTC (rev 1460040)
+++ PKGBUILD    2023-05-12 01:14:59 UTC (rev 1460041)
@@ -1,44 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-
-pkgname=python-dict2css
-pkgver=0.2.4
-pkgrel=2
-pkgdesc='A μ-library for constructing cascading style sheets from Python 
dictionaries'
-arch=('any')
-url='https://github.com/sphinx-toolbox/dict2css'
-license=('MIT')
-depends=(
-  'python'
-  'python-css-parser'
-  'python-domdf-python-tools'
-)
-makedepends=(
-  'git'
-  'python-build'
-  'python-installer'
-  'python-whey'
-)
-_commit='5b1c598e0fbaa2bfef8c4749b26a46254bacc4a9'
-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-dict2css/repos/community-any/PKGBUILD (from rev 1460040, 
python-dict2css/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-12 01:14:59 UTC (rev 1460041)
@@ -0,0 +1,44 @@
+# Maintainer: George Rawlinson <[email protected]>
+
+pkgname=python-dict2css
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='A μ-library for constructing cascading style sheets from Python 
dictionaries'
+arch=('any')
+url='https://github.com/sphinx-toolbox/dict2css'
+license=('MIT')
+depends=(
+  'python'
+  'python-css-parser'
+  'python-domdf-python-tools'
+)
+makedepends=(
+  'git'
+  'python-build'
+  'python-installer'
+  'python-whey'
+)
+_commit='fe95ef7433306258a58b6a91b1e777c6c3628a1c'
+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
+}

Reply via email to