[arch-commits] Commit in python-magic/repos/community-any (PKGBUILD PKGBUILD)
Lukas Fleischer
lfleischer at archlinux.org
Wed Oct 3 06:57:29 UTC 2018
Date: Wednesday, October 3, 2018 @ 06:57:29
Author: lfleischer
Revision: 389115
archrelease: copy trunk to community-any
Added:
python-magic/repos/community-any/PKGBUILD
(from rev 389114, python-magic/trunk/PKGBUILD)
Deleted:
python-magic/repos/community-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-03 06:57:26 UTC (rev 389114)
+++ PKGBUILD 2018-10-03 06:57:29 UTC (rev 389115)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-
-pkgbase=python-magic
-pkgname=(python-magic python2-magic)
-pkgver=5.30
-pkgrel=2
-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")
-sha512sums=('473ee57517b449bae0832c17c9db914162c2404f0c669951f13a53f44ae288e6075907bac44fcfa8915f3d9313981a8bc15ea7e9851f584f95988bc76b2f20fc')
-
-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 389114, python-magic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-10-03 06:57:29 UTC (rev 389115)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+
+pkgbase=python-magic
+pkgname=(python-magic python2-magic)
+pkgver=5.34
+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")
+sha512sums=('57849f8496fd356a66e5559804fdd907059dc2e2f75ede470a25c65b1c499481aad3d7978454b15a15e94c07c9d6795864e8705304a2281dacf1c4e31501bed8')
+
+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