From 4a77b9b9acdb4183d091e3e0c6c3a9d960d5575c Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:17:05 +0000 Subject: [PATCH] python-yaml: extract update_* to external update file --- srcpkgs/python-yaml/template | 1 - srcpkgs/python-yaml/update | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 srcpkgs/python-yaml/update diff --git a/srcpkgs/python-yaml/template b/srcpkgs/python-yaml/template index 6142f2848b8..af5bc5511d3 100644 --- a/srcpkgs/python-yaml/template +++ b/srcpkgs/python-yaml/template @@ -13,7 +13,6 @@ short_desc="YAML parser and emitter for Python2" maintainer="Juan RP " homepage="http://pyyaml.org/wiki/PyYAML" license="MIT" -update_pkgname="PyYAML" distfiles="http://pyyaml.org/download/pyyaml/PyYAML-${version}.tar.gz" checksum=c36c938a872e5ff494938b33b14aaa156cb439ec67548fcab3535bb78b0846e8 diff --git a/srcpkgs/python-yaml/update b/srcpkgs/python-yaml/update new file mode 100644 index 00000000000..14681c82c93 --- /dev/null +++ b/srcpkgs/python-yaml/update @@ -0,0 +1 @@ +pkgname="PyYAML"