From c9c42a8973d85f02498af2d15ab9318250ade119 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:17:33 +0000 Subject: [PATCH] python3.4: extract update_* to external update file --- srcpkgs/python3.4/template | 3 --- srcpkgs/python3.4/update | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/python3.4/update diff --git a/srcpkgs/python3.4/template b/srcpkgs/python3.4/template index 96b3a2736fa..f607e3224c0 100644 --- a/srcpkgs/python3.4/template +++ b/srcpkgs/python3.4/template @@ -7,9 +7,6 @@ short_desc="Interpreted, interactive, object-oriented programming language (${ve maintainer="Juan RP " homepage="http://www.python.org" 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" checksum=1c6d9682d145c056537e477bbfa060ce727f9edd38df1827e0f970dcf04b2def diff --git a/srcpkgs/python3.4/update b/srcpkgs/python3.4/update new file mode 100644 index 00000000000..1472228bc31 --- /dev/null +++ b/srcpkgs/python3.4/update @@ -0,0 +1,3 @@ +pkgname=Python +site="${homepage}/downloads/source/" +ignore="*rc*"