mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/py-sphinxcontrib-feed: remove
- Python2 only - Last commit 8 years ago
This commit is contained in:
parent
726f1d1aa7
commit
fba2d7ef28
@ -1,41 +0,0 @@
|
||||
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
pkgname=py-sphinxcontrib-feed
|
||||
_pkgname=sphinxfeed
|
||||
pkgver=0.3
|
||||
pkgrel=0
|
||||
pkgdesc="Sphinx RSS Feed extension"
|
||||
url="https://github.com/junkafarian/sphinxfeed"
|
||||
arch="noarch"
|
||||
license="BSD"
|
||||
depends="python2 py-sphinx py-feedformatter"
|
||||
depends_dev=""
|
||||
makedepends="python2-dev py-setuptools"
|
||||
install=""
|
||||
subpackages=""
|
||||
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
|
||||
_builddir="$srcdir"/$_pkgname-$pkgver
|
||||
prepare() {
|
||||
local i
|
||||
cd "$_builddir"
|
||||
for i in $source; do
|
||||
case $i in
|
||||
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
|
||||
esac
|
||||
done
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
python2 setup.py build || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1
|
||||
}
|
||||
|
||||
md5sums="6e423afaeaae7d348e1bfa79d3eeaf1c sphinxfeed-0.3.tar.gz"
|
||||
sha256sums="2bff01faaaf74b7f3d9793e243ffab69beb27f32620736038d69aa04ec217ac2 sphinxfeed-0.3.tar.gz"
|
||||
sha512sums="186c07a5e613c94f4007bff5a536473650c46d173b929703c412a80f094ed915ba729724684da2ee15a8fdee893158d591f73a65d23b269e740340f8ccd5dcab sphinxfeed-0.3.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user