aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-09-06 08:30:20 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-09-06 08:30:31 +0000
commitc7c6918202e3669fed645bc359f1bd4ae39f7c8f (patch)
treedbbb8aaad7cdc611d72e9afb0bdf2b9f609e8b65 /testing
parent518435d80f955130770e51fb7b8e800da8ac9439 (diff)
downloadaports-c7c6918202e3669fed645bc359f1bd4ae39f7c8f.tar.bz2
aports-c7c6918202e3669fed645bc359f1bd4ae39f7c8f.tar.xz
community/py-evtx: upgrade to 0.4.0, moved from testing,
* version 0.4.0. added support for python3, then the package has been renamed from py2-evtx * Added py2 and py3 subpackages
Diffstat (limited to 'testing')
-rw-r--r--testing/py2-evtx/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/py2-evtx/APKBUILD b/testing/py2-evtx/APKBUILD
deleted file mode 100644
index f656be3479..0000000000
--- a/testing/py2-evtx/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Contributor: Francesco Colista <fcolista@alpinelinux.org>
-# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
-pkgname=py2-evtx
-_pkgname=python-evtx
-pkgver=0.3.1
-pkgrel=0
-pkgdesc="Pure Python parser for recent Windows Event Log files (.evtx)"
-url="http://www.williballenthin.com/evtx/index.html"
-arch="noarch"
-license="APACHE2"
-depends="python2"
-makedepends="python2-dev py-setuptools"
-install=""
-subpackages=""
-source="$pkgname-$pkgver.tar.gz::https://github.com/williballenthin/$_pkgname/archive/v$pkgver.tar.gz"
-builddir="$srcdir/$_pkgname-$pkgver"
-
-build() {
- cd "$builddir"
- python2 setup.py build || return 1
-}
-
-package() {
- cd "$builddir"
- python2 setup.py install --root=$pkgdir/ --optimize=1 || return 1
-}
-
-md5sums="bf0e8970694e986ecc988b6f4912a959 py2-evtx-0.3.1.tar.gz"
-sha256sums="5cb8129455952a4f7925cf6fdb82a5516078d5e7b8fee1e82e3c688794addd25 py2-evtx-0.3.1.tar.gz"
-sha512sums="9be45b65118ee3363445b240d3c33f5ec32ca957d07a68ecc9f5b16e86680d856a34ecb0abef3258fb6cd08befe82841a3437d74428b4660eba07d347373ef7b py2-evtx-0.3.1.tar.gz"