[arch-commits] Commit in python-chardet/repos/extra-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jun 9 15:05:14 UTC 2017


    Date: Friday, June 9, 2017 @ 15:05:13
  Author: felixonmars
Revision: 298491

archrelease: copy trunk to extra-any

Added:
  python-chardet/repos/extra-any/PKGBUILD
    (from rev 298490, python-chardet/trunk/PKGBUILD)
Deleted:
  python-chardet/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-09 15:04:55 UTC (rev 298490)
+++ PKGBUILD	2017-06-09 15:05:13 UTC (rev 298491)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer : Felix Yan <felixonmars at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgbase=python-chardet
-pkgname=('python-chardet' 'python2-chardet')
-pkgver=3.0.3
-pkgrel=1
-arch=('any')
-url="https://github.com/chardet/chardet"
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.io/packages/source/c/chardet/chardet-${pkgver}.tar.gz")
-sha512sums=('cd9c24dc451908a91e814dd935641a53def46578341bde6a2635bf4fe3c1581340914a775c358e39a8b17259c5231e573a04e9e9c1be14331c6c765ccf35c723')
-
-prepare() {
-   cp -a chardet-$pkgver{,-py2}
-}
-
-package_python-chardet() {
-   depends=('python-setuptools')
-   pkgdesc="Python3 module for character encoding auto-detection"
-
-   cd chardet-$pkgver
-   python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-chardet() {
-   depends=('python2-setuptools')
-   pkgdesc="Python2 module for character encoding auto-detection"
-
-   cd chardet-$pkgver-py2
-   python2 setup.py install --root="$pkgdir" --optimize=1
-
-   # To avoid file conflict with the python3 version
-   mv "$pkgdir"/usr/bin/chardetect{,-py2}
-}

Copied: python-chardet/repos/extra-any/PKGBUILD (from rev 298490, python-chardet/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-06-09 15:05:13 UTC (rev 298491)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Felix Yan <felixonmars at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgbase=python-chardet
+pkgname=('python-chardet' 'python2-chardet')
+pkgver=3.0.4
+pkgrel=1
+arch=('any')
+url="https://github.com/chardet/chardet"
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/c/chardet/chardet-${pkgver}.tar.gz")
+sha512sums=('61a03b23447a2bfe52ceed4dd1b9afdb5784da1933a623776883ee9f297e341f633e27f0ce0230bd5fdc5fdb5382105ab42736a74a417ddeb9f83af57455dba5')
+
+prepare() {
+   cp -a chardet-$pkgver{,-py2}
+}
+
+package_python-chardet() {
+   depends=('python-setuptools')
+   pkgdesc="Python3 module for character encoding auto-detection"
+
+   cd chardet-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-chardet() {
+   depends=('python2-setuptools')
+   pkgdesc="Python2 module for character encoding auto-detection"
+
+   cd chardet-$pkgver-py2
+   python2 setup.py install --root="$pkgdir" --optimize=1
+
+   # To avoid file conflict with the python3 version
+   mv "$pkgdir"/usr/bin/chardetect{,-py2}
+}



More information about the arch-commits mailing list