aboutsummaryrefslogtreecommitdiffstats
path: root/main/py-pygments/APKBUILD
diff options
context:
space:
mode:
authorChristian Kampka <christian@kampka.net>2015-12-24 15:46:44 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2016-01-06 14:18:40 +0000
commitd19c241c453e319817e63e7ce923114c22357949 (patch)
tree50eb0fbfc5167371d2cac8d51a1ff35c9e378948 /main/py-pygments/APKBUILD
parent73383796a9ccff86073587470d3f16ecde6a2670 (diff)
downloadaports-d19c241c453e319817e63e7ce923114c22357949.tar.bz2
aports-d19c241c453e319817e63e7ce923114c22357949.tar.xz
main/py-pygments: add py-setuptools as a dependency
py-setuptools includes the pkg_resources which is used by pygments to discover and load plugins. It is therefore insufficient to include it only as a build dependency. Also python-dev is only required as a build dependency when building c libs against python, not for packagaging plain python modules.
Diffstat (limited to 'main/py-pygments/APKBUILD')
-rw-r--r--main/py-pygments/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/py-pygments/APKBUILD b/main/py-pygments/APKBUILD
index 5744554ab7..056f824f30 100644
--- a/main/py-pygments/APKBUILD
+++ b/main/py-pygments/APKBUILD
@@ -3,13 +3,13 @@
pkgname=py-pygments
_pkgname=Pygments
pkgver=2.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="A syntax highlighting package written in Python."
url="http://pygments.org/"
arch="noarch"
license="BSD"
-depends="python"
-makedepends="python-dev py-setuptools"
+depends="python py-setuptools"
+makedepends=""
install=""
subpackages="$pkgname-doc"
source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"