From 455654414c10955dfbf689e5ce2cec5aa5e88d60 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 19 Oct 2014 10:17:40 +0200 Subject: [PATCH] New package: python3 - a meta-pkg that depends on the latest python 3.x version. --- srcpkgs/python3/template | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 srcpkgs/python3/template diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template new file mode 100644 index 00000000000..50ad5c78fca --- /dev/null +++ b/srcpkgs/python3/template @@ -0,0 +1,11 @@ +# Template file for 'python3' +pkgname=python3 +version=3.4 +revision=1 +noarch=yes +build_style=meta +homepage="http://www.voidlinux.eu/" +short_desc="Python 3.x meta-pkg" +maintainer="Juan RP " +license="Public domain" +depends="python3.4"