[arch-commits] Commit in python-langdetect/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Oct 31 16:49:34 UTC 2019
Date: Thursday, October 31, 2019 @ 16:49:33
Author: foutrelis
Revision: 521170
archrelease: copy trunk to community-staging-any
Added:
python-langdetect/repos/community-staging-any/PKGBUILD
(from rev 521169, python-langdetect/trunk/PKGBUILD)
Deleted:
python-langdetect/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-31 16:49:29 UTC (rev 521169)
+++ PKGBUILD 2019-10-31 16:49:33 UTC (rev 521170)
@@ -1,27 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-_name=langdetect
-pkgname=python-langdetect
-pkgver=1.0.7
-pkgrel=4
-pkgdesc="Language detection library ported from Google's language-detection"
-arch=('any')
-url="https://github.com/Mimino666/langdetect"
-license=('Apache')
-depends=('python-six')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/l/${_name}/${_name}-${pkgver}.zip")
-sha512sums=('7740bc8e5ea581bed69de9744a934f3e9c72910175933acb266bf25b0cb8797da6041b3d35e7c5d622a037b4c9e3d264828c2ba31bd2866fa7c36cf189e4767a')
-
-build() {
- cd "${_name}-${pkgver}"
- python setup.py build
-}
-
-package_python-langdetect() {
- cd "${_name}-${pkgver}"
- python setup.py install --skip-build \
- --optimize=1 \
- --prefix=/usr \
- --root="${pkgdir}"
- install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
Copied: python-langdetect/repos/community-staging-any/PKGBUILD (from rev 521169, python-langdetect/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-31 16:49:33 UTC (rev 521170)
@@ -0,0 +1,27 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+_name=langdetect
+pkgname=python-langdetect
+pkgver=1.0.7
+pkgrel=5
+pkgdesc="Language detection library ported from Google's language-detection"
+arch=('any')
+url="https://github.com/Mimino666/langdetect"
+license=('Apache')
+depends=('python-six')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/l/${_name}/${_name}-${pkgver}.zip")
+sha512sums=('7740bc8e5ea581bed69de9744a934f3e9c72910175933acb266bf25b0cb8797da6041b3d35e7c5d622a037b4c9e3d264828c2ba31bd2866fa7c36cf189e4767a')
+
+build() {
+ cd "${_name}-${pkgver}"
+ python setup.py build
+}
+
+package_python-langdetect() {
+ cd "${_name}-${pkgver}"
+ python setup.py install --skip-build \
+ --optimize=1 \
+ --prefix=/usr \
+ --root="${pkgdir}"
+ install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
More information about the arch-commits
mailing list