python3.4: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:17:33 +00:00
parent ee249c80a0
commit c9c42a8973
2 changed files with 3 additions and 3 deletions

View File

@ -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

3
srcpkgs/python3.4/update Normal file
View File

@ -0,0 +1,3 @@
pkgname=Python
site="${homepage}/downloads/source/"
ignore="*rc*"