[arch-commits] Commit in python-dukpy/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Tue Dec 17 10:16:33 UTC 2019
Date: Tuesday, December 17, 2019 @ 10:16:33
Author: jelle
Revision: 537919
archrelease: copy trunk to community-x86_64
Added:
python-dukpy/repos/community-x86_64/PKGBUILD
(from rev 537918, python-dukpy/trunk/PKGBUILD)
Deleted:
python-dukpy/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 77 +++++++++++++++++++++++++------------------------------------
1 file changed, 32 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-17 10:16:26 UTC (rev 537918)
+++ PKGBUILD 2019-12-17 10:16:33 UTC (rev 537919)
@@ -1,45 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: Eli Schwartz <eschwartz93 at gmail.com>
-
-pkgbase='python-dukpy'
-pkgname=('python-dukpy' 'python2-dukpy')
-pkgver=0.3
-pkgrel=4
-pkgdesc="Python bindings for the duktape embeddable JavaScript engine"
-arch=('x86_64')
-url="https://github.com/kovidgoyal/dukpy"
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("dukpy-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('cc78c39ebba51f381c623b164cfb7dcf3caddf515fe7094bc53b7eca5d4e435e')
-
-build() {
- cd "${srcdir}/dukpy-${pkgver}"
-
- python setup.py build
- python2 setup.py build
-}
-
-package_python-dukpy() {
- depends=('python')
-
- cd "dukpy-${pkgver}"
- python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
- install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/python-dukpy/LICENSE.txt"
-}
-
-package_python2-dukpy() {
- depends=('python2')
-
- cd "dukpy-${pkgver}"
- python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
- install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/python2-dukpy/LICENSE.txt"
-}
-
-check() {
- cd "dukpy-${pkgver}"
- python setup.py test
- python2 setup.py test
-}
Copied: python-dukpy/repos/community-x86_64/PKGBUILD (from rev 537918, python-dukpy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-12-17 10:16:33 UTC (rev 537919)
@@ -0,0 +1,32 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Eli Schwartz <eschwartz93 at gmail.com>
+
+pkgname='python-dukpy'
+pkgver=0.3
+pkgrel=5
+pkgdesc="Python bindings for the duktape embeddable JavaScript engine"
+arch=('x86_64')
+url="https://github.com/kovidgoyal/dukpy"
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+source=("dukpy-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('cc78c39ebba51f381c623b164cfb7dcf3caddf515fe7094bc53b7eca5d4e435e')
+
+build() {
+ cd "${srcdir}/dukpy-${pkgver}"
+
+ python setup.py build
+}
+
+package_python-dukpy() {
+ cd "dukpy-${pkgver}"
+ python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+ install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/python-dukpy/LICENSE.txt"
+}
+
+check() {
+ cd "dukpy-${pkgver}"
+ python setup.py test
+}
More information about the arch-commits
mailing list