diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-09-07 12:20:23 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-07 12:27:24 -0300 |
| commit | b8b21fb4860388c9a9cadcd165003344580ccec7 (patch) | |
| tree | 41f893649c0739ecd30ea97ec14e8602cd426c52 /testing/py-nmap | |
| parent | 7584f1fd6469e6686b3f2316b4356d162fc7092b (diff) | |
| download | aports-b8b21fb4860388c9a9cadcd165003344580ccec7.tar.bz2 aports-b8b21fb4860388c9a9cadcd165003344580ccec7.tar.xz | |
testing/py3-nmap: rename from py-nmap
Diffstat (limited to 'testing/py-nmap')
| -rw-r--r-- | testing/py-nmap/APKBUILD | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/testing/py-nmap/APKBUILD b/testing/py-nmap/APKBUILD deleted file mode 100644 index 7fb634fec2..0000000000 --- a/testing/py-nmap/APKBUILD +++ /dev/null @@ -1,47 +0,0 @@ -# Contributor: Fabian Affolter <fabian@affolter-engineering.ch> -# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> -pkgname=py-nmap -_pkgname=nmap -pkgver=0.6.1 -pkgrel=2 -pkgdesc="A Python class to use nmap and access scan results" -url="http://xael.org/norman/python/python-nmap/" -arch="noarch" -license="GPL-3.0-or-later" -makedepends="python2-dev py-setuptools python3-dev" -subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" -source="http://xael.org/pages/python-$_pkgname-$pkgver.tar.gz" -builddir="$srcdir"/python-$_pkgname-$pkgver - -build() { - cd "$builddir" - python2 setup.py build || return 1 - python3 setup.py build || return 1 -} - -package() { - mkdir -p "$pkgdir" -} - -_py2() { - replaces="$pkgname" - _py python2 -} - -_py3() { - _py python3 -} - -_py() { - local python="$1" - pkgdesc="$pkgdesc (for $python)" - depends="$depends $python" - install_if="$pkgname=$pkgver-r$pkgrel $python" - - cd "$builddir" - $python setup.py install --prefix=/usr --root="$subpkgdir" -} - -md5sums="2795bfcbc05cbbbccfcf4df59facaab1 python-nmap-0.6.1.tar.gz" -sha256sums="80ba0eb10a52283a54a633f40b5baa9c2ff08675d6621dd089ead942852f5bd3 python-nmap-0.6.1.tar.gz" -sha512sums="8de9ba6d0a4cecce09e82765b8a9ac77fb4368298d5a5f9ce07b7737a90def795f1ad00885fc73ec720bea2a592230e86aaca8cacd884c9299f64ad934bcee18 python-nmap-0.6.1.tar.gz" |
