[arch-commits] Commit in python-magic/repos/community-any (PKGBUILD PKGBUILD)
Lukas Fleischer
lfleischer at archlinux.org
Thu Oct 27 19:55:21 UTC 2016
Date: Thursday, October 27, 2016 @ 19:55:20
Author: lfleischer
Revision: 193805
archrelease: copy trunk to community-any
Added:
python-magic/repos/community-any/PKGBUILD
(from rev 193804, python-magic/trunk/PKGBUILD)
Deleted:
python-magic/repos/community-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-27 19:55:16 UTC (rev 193804)
+++ PKGBUILD 2016-10-27 19:55:20 UTC (rev 193805)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-
-pkgbase=python-magic
-pkgname=(python-magic python2-magic)
-pkgver=5.25
-pkgrel=3
-pkgdesc="Python bindings to the magic library"
-arch=('any')
-url='http://darwinsys.com/file/'
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
-license=('custom')
-source=("ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz")
-md5sums=('e6a972d4e10d9e76407a432f4a63cd4c')
-
-package_python-magic() {
- depends=('python')
-
- cd "${srcdir}/file-${pkgver}/python"
- python setup.py install --root="${pkgdir}" --optimize=1
- install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
- "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-package_python2-magic() {
- depends=('python2')
-
- cd "${srcdir}/file-${pkgver}/python"
- python2 setup.py install --root="${pkgdir}" --optimize=1
- install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
- "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
Copied: python-magic/repos/community-any/PKGBUILD (from rev 193804, python-magic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-10-27 19:55:20 UTC (rev 193805)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+
+pkgbase=python-magic
+pkgname=(python-magic python2-magic)
+pkgver=5.29
+pkgrel=1
+pkgdesc="Python bindings to the magic library"
+arch=('any')
+url='http://darwinsys.com/file/'
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+license=('custom')
+source=("ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz")
+md5sums=('b7b57b36b577c9cede2f2d1342203302')
+
+package_python-magic() {
+ depends=('python')
+
+ cd "${srcdir}/file-${pkgver}/python"
+ python setup.py install --root="${pkgdir}" --optimize=1
+ install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
+ "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+package_python2-magic() {
+ depends=('python2')
+
+ cd "${srcdir}/file-${pkgver}/python"
+ python2 setup.py install --root="${pkgdir}" --optimize=1
+ install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
+ "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
More information about the arch-commits
mailing list