[arch-commits] Commit in python-bleach/repos/community-any (PKGBUILD PKGBUILD)
Johannes Löthberg
demize at archlinux.org
Sat Mar 24 11:44:27 UTC 2018
Date: Saturday, March 24, 2018 @ 11:44:26
Author: demize
Revision: 311806
archrelease: copy trunk to community-any
Added:
python-bleach/repos/community-any/PKGBUILD
(from rev 311805, python-bleach/trunk/PKGBUILD)
Deleted:
python-bleach/repos/community-any/PKGBUILD
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-03-24 11:44:16 UTC (rev 311805)
+++ PKGBUILD 2018-03-24 11:44:26 UTC (rev 311806)
@@ -1,43 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-
-pkgbase=python-bleach
-pkgname=(python-bleach python2-bleach)
-pkgver=2.1.2
-pkgrel=1
-
-pkgdesc="An easy whitelist-based HTML-sanitizing tool"
-url="http://pypi.python.org/pypi/bleach"
-arch=('any')
-license=('Apache')
-makedepends=('python'
- 'python-setuptools'
- 'python2'
- 'python2-setuptools')
-
-source=(https://pypi.org/packages/source/b/bleach/bleach-$pkgver.tar.gz)
-
-sha256sums=('38fc8cbebea4e787d8db55d6f324820c7f74362b70db9142c1ac7920452d1a19')
-
-prepare() {
- cp -a bleach-$pkgver{,-python2}
-}
-
-build() {
- cd "$srcdir"/bleach-$pkgver
- python setup.py build
-
- cd "$srcdir"/bleach-$pkgver-python2
- python2 setup.py build
-}
-
-package_python-bleach() {
- depends=("python-html5lib")
- cd "$srcdir"/bleach-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-bleach() {
- depends=("python2-html5lib")
- cd "$srcdir"/bleach-$pkgver-python2
- python2 setup.py install --root="$pkgdir" --optimize=1
-}
Copied: python-bleach/repos/community-any/PKGBUILD (from rev 311805, python-bleach/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-03-24 11:44:26 UTC (rev 311806)
@@ -0,0 +1,43 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+
+pkgbase=python-bleach
+pkgname=(python-bleach python2-bleach)
+pkgver=2.1.3
+pkgrel=1
+
+pkgdesc="An easy whitelist-based HTML-sanitizing tool"
+url="http://pypi.python.org/pypi/bleach"
+arch=('any')
+license=('Apache')
+makedepends=('python'
+ 'python-setuptools'
+ 'python2'
+ 'python2-setuptools')
+
+source=(https://pypi.org/packages/source/b/bleach/bleach-$pkgver.tar.gz)
+
+sha256sums=('eb7386f632349d10d9ce9d4a838b134d4731571851149f9cc2c05a9a837a9a44')
+
+prepare() {
+ cp -a bleach-$pkgver{,-python2}
+}
+
+build() {
+ cd "$srcdir"/bleach-$pkgver
+ python setup.py build
+
+ cd "$srcdir"/bleach-$pkgver-python2
+ python2 setup.py build
+}
+
+package_python-bleach() {
+ depends=("python-html5lib")
+ cd "$srcdir"/bleach-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-bleach() {
+ depends=("python2-html5lib")
+ cd "$srcdir"/bleach-$pkgver-python2
+ python2 setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list