From de76bdb52c8dd6fce3837a7da743b5e3fd718059 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 31 Aug 2013 11:07:55 +0200 Subject: [PATCH] New package: python-setuptools-1.1. --- srcpkgs/python-setuptools/template | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 srcpkgs/python-setuptools/template diff --git a/srcpkgs/python-setuptools/template b/srcpkgs/python-setuptools/template new file mode 100644 index 00000000000..9b9a11e17f1 --- /dev/null +++ b/srcpkgs/python-setuptools/template @@ -0,0 +1,24 @@ +# Template file for 'python-setuptools' +pkgname=python-setuptools +version=1.1 +revision=1 +wrksrc="setuptools-${version}" +build_style=python-module +makedepends="python-devel" +short_desc="Easily download, build, install, upgrade, and uninstall Python packages" +maintainer="Juan RP " +homepage="http://pypi.python.org/pypi/setuptools" +license="PSF" +distfiles="http://pypi.python.org/packages/source/s/setuptools/setuptools-$version.tar.gz" +checksum=56dde93a410389fc6cb86e9c115249a3414f8982c96d99aeac43a7717dd05b5e + +python-setuptools_package() { + noarch="yes" + depends="python" + pycompile_module="setuptools" + provides="python-distribute-${version}_1" + replaces="python-distribute>=0" + pkg_install() { + vmove all + } +}