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

Felix Yan felixonmars at archlinux.org
Sat Aug 22 20:09:44 UTC 2020


    Date: Saturday, August 22, 2020 @ 20:09:44
  Author: felixonmars
Revision: 686820

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-22 20:09:33 UTC (rev 686819)
+++ PKGBUILD	2020-08-22 20:09:44 UTC (rev 686820)
@@ -1,29 +0,0 @@
-# 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
-}

Copied: python-dominate/repos/community-any/PKGBUILD (from rev 686819, python-dominate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-22 20:09:44 UTC (rev 686820)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-dominate
+pkgver=2.5.2
+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=('2120061c11ac52e89e6e2f4a770a0d6eafdccd583866bf38bd841231c38c7086db453ba3a92b30ab7180ae19f2b6ff47a5c838ff6a5afa94a3a6d71eda20ff63')
+
+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