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

Felix Yan felixonmars at archlinux.org
Sun Aug 4 09:14:22 UTC 2019


    Date: Sunday, August 4, 2019 @ 09:14:22
  Author: felixonmars
Revision: 497342

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-04 09:13:52 UTC (rev 497341)
+++ PKGBUILD	2019-08-04 09:14:22 UTC (rev 497342)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-dominate
-pkgver=2.3.5
-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=('373c5dec999ea4da0736acff7ad852029bfc33d6d32be290eec820182422329f122207459a09618c7b036df9028b8d9f73cc196a4274a4c69d73da8b8b98b0f1')
-
-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 497341, python-dominate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-04 09:14:22 UTC (rev 497342)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-dominate
+pkgver=2.4.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=('93b721762175f14339d5b027af59d8475485b2674c019990bdc0989067448f4b74350d16b19c396ee2e514822930e821675f8bbab96e03be3e5899dd95a86ee4')
+
+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