python3.4: extract update_* to external update file
This commit is contained in:
parent
ee249c80a0
commit
c9c42a8973
|
@ -7,9 +7,6 @@ short_desc="Interpreted, interactive, object-oriented programming language (${ve
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.python.org"
|
homepage="http://www.python.org"
|
||||||
license="PSF"
|
license="PSF"
|
||||||
update_pkgname=Python
|
|
||||||
update_site="${homepage}/downloads/source/"
|
|
||||||
update_ignore="*rc*"
|
|
||||||
distfiles="http://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
|
distfiles="http://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
|
||||||
checksum=1c6d9682d145c056537e477bbfa060ce727f9edd38df1827e0f970dcf04b2def
|
checksum=1c6d9682d145c056537e477bbfa060ce727f9edd38df1827e0f970dcf04b2def
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
pkgname=Python
|
||||||
|
site="${homepage}/downloads/source/"
|
||||||
|
ignore="*rc*"
|
Loading…
Reference in New Issue