17 lines
398 B
Bash
17 lines
398 B
Bash
# Template file for 'python'
|
|
pkgname=python
|
|
version=2.7.9999
|
|
revision=1
|
|
build_style=meta
|
|
depends="python${version%%.*}"
|
|
short_desc="Python programming language (metapackage)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Public Domain"
|
|
homepage="https://www.python.org"
|
|
|
|
python-devel_package() {
|
|
depends="python${version%%.*}-devel"
|
|
short_desc+=" - development files"
|
|
build_style=meta
|
|
}
|