[arch-commits] Commit in python-dominate/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Mar 8 11:51:04 UTC 2020


    Date: Sunday, March 8, 2020 @ 11:51:03
  Author: felixonmars
Revision: 591882

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-08 11:50:55 UTC (rev 591881)
+++ PKGBUILD	2020-03-08 11:51:03 UTC (rev 591882)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-dominate
-pkgver=2.5.0
-pkgrel=1
-pkgdesc="A Python library for creating and manipulating HTML documents using an elegant DOM API"
-url="https://github.com/Knio/dominate"
-license=('LGPL')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Knio/dominate/archive/$pkgver.tar.gz")
-sha512sums=('538085f2f19fc27291b8b2282afe5a22ed5f3069755824ee5c8367f2b9346dab6ff87dff9edb653681952ee0641359416f8e9ad18a73dada80c1d7eda30604d5')
-
-build() {
-  cd dominate-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd dominate-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd dominate-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-dominate/repos/community-any/PKGBUILD (from rev 591881, python-dominate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-08 11:51:03 UTC (rev 591882)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-dominate
+pkgver=2.5.1
+pkgrel=1
+pkgdesc="A Python library for creating and manipulating HTML documents using an elegant DOM API"
+url="https://github.com/Knio/dominate"
+license=('LGPL')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Knio/dominate/archive/$pkgver.tar.gz")
+sha512sums=('431209e6431ab00c9352be6eeab7d25d05ae923670f1ade1398f5af247047b3be458c06bf0d68ab90fb4c93b59acb47a10e6a1f020b5c6234bdb1d2cac50ef71')
+
+build() {
+  cd dominate-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd dominate-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd dominate-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list