diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-05-11 16:43:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-05-11 16:45:47 +0000 |
commit | 315ddd26b78d81b1c2f0c1d2a85da338b00fdb25 (patch) | |
tree | 47205a7adb60694996874da8c3fc720dcd920501 /unmaintained/py-apache-libcloud | |
parent | aacae4a7b4456b75cbc938f7656cc7118b1e8646 (diff) | |
download | aports-315ddd26b78d81b1c2f0c1d2a85da338b00fdb25.tar.bz2 aports-315ddd26b78d81b1c2f0c1d2a85da338b00fdb25.tar.xz |
unmaintained/: Purge packages unmaintained since v3.0
Removes packages that have been in aports/unmaintained since the 3.0-stable
branch.
Alpine Linux v3.0 was released on 2014-06-04 and EOL on 2016-05-01, so
these packages have not been touched since at least 23 months.
The files can still be recovered from the 3.3-stable branch.
Diffstat (limited to 'unmaintained/py-apache-libcloud')
-rw-r--r-- | unmaintained/py-apache-libcloud/APKBUILD | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/unmaintained/py-apache-libcloud/APKBUILD b/unmaintained/py-apache-libcloud/APKBUILD deleted file mode 100644 index 954a196c18..0000000000 --- a/unmaintained/py-apache-libcloud/APKBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# Contributor: Francesco Colista <francesco.colista@gmail.com> -# Maintainer: -pkgname=py-apache-libcloud -_pkgname=apache-libcloud -pkgver=0.13.0 -pkgrel=0 -pkgdesc="A Python library that abstracts away differences among multiple cloud provider APIs" -url="https://libcloud.apache.org" -arch="noarch" -license="ASL 2.0" -depends="" -depends_dev="" -makedepends="python-dev py-setuptools" -install="" -subpackages="" -source="http://www.apache.org/dist/libcloud/$_pkgname-$pkgver.tar.bz2" - -_builddir="$srcdir"/$_pkgname-$pkgver -build() { - cd "$_builddir" - python setup.py build || return 1 -} - -package() { - cd "$_builddir" - python setup.py install --prefix=/usr --root="$pkgdir" || return 1 -} - -md5sums="b493c24fecc4e9ad86322d021cb3fbfd apache-libcloud-0.13.0.tar.bz2" -sha256sums="e26ee90d81ed996112bfe744a0d3f33a07bcf98dd41ec01f129e1682de1ddac5 apache-libcloud-0.13.0.tar.bz2" -sha512sums="b82176cfb54cb6a83e2096e92ef2bbc2e094df36fdd7d107b43ce46382629537b1fdab4fca6f8f451df8566052553bfaa1301e0256a19f12dae2c709f84429a4 apache-libcloud-0.13.0.tar.bz2" |