New package: python-setuptools_scm-1.7.0
This commit is contained in:
parent
11db2812d9
commit
45100d9ab6
2 changed files with 29 additions and 0 deletions
28
srcpkgs/python-setuptools_scm/template
Normal file
28
srcpkgs/python-setuptools_scm/template
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Template file for 'python-setuptools_scm'
|
||||||
|
pkgname=python-setuptools_scm
|
||||||
|
version=1.7.0
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="setuptools_scm-${version}"
|
||||||
|
build_style="python-module"
|
||||||
|
python_versions="2.7 3.4"
|
||||||
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
|
depends="python-setuptools"
|
||||||
|
pycompile_module="setuptools_scm"
|
||||||
|
short_desc="Package to manage versions by scm tags via setuptools (Python2)"
|
||||||
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
|
homepage="https://github.com/pypa/setuptools_scm"
|
||||||
|
license="MIT"
|
||||||
|
distfiles="${PYPI_SITE}/s/setuptools_scm/setuptools_scm-${version}.tar.gz"
|
||||||
|
checksum=f2f69c782b4f549003edf5b75b356b37f40a4e880b615996c5d9c117913d6f9c
|
||||||
|
|
||||||
|
python3.4-setuptools_scm_package() {
|
||||||
|
noarch=yes
|
||||||
|
depends="python3.4-setuptools"
|
||||||
|
pycompile_version="3.4"
|
||||||
|
pycompile_module="setuptools_scm"
|
||||||
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3.4
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3.4-setuptools_scm
Symbolic link
1
srcpkgs/python3.4-setuptools_scm
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-setuptools_scm
|
Loading…
Add table
Add a link
Reference in a new issue