From a98d0c544c75d69621e068a0dcc68cf0d9c846e4 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Wed, 5 Jul 2017 12:47:27 +0200 Subject: [PATCH] New package: python-hyperlink-17.2.1 --- srcpkgs/python-hyperlink/template | 32 +++++++++++++++++++++++++++++++ srcpkgs/python3-hyperlink | 1 + 2 files changed, 33 insertions(+) create mode 100644 srcpkgs/python-hyperlink/template create mode 120000 srcpkgs/python3-hyperlink diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template new file mode 100644 index 00000000000..3a485bf911f --- /dev/null +++ b/srcpkgs/python-hyperlink/template @@ -0,0 +1,32 @@ +# Template file for 'python-hyperlink' +pkgname=python-hyperlink +version=17.2.1 +revision=1 +noarch=yes +wrksrc="hyperlink-${version}" +build_style=python-module +pycompile_module="hyperlink" +hostmakedepends="python-setuptools python3-setuptools" +depends="python" +short_desc="Pure-Python implementation of immutable URLs (Python2)" +maintainer="Alessio Sergi " +homepage="https://github.com/python-hyper/hyperlink" +license="MIT" +distfiles="https://github.com/python-hyper/hyperlink/archive/v${version}.tar.gz" +checksum=710b5b8156a0d8d8dcb4c905aacb63f048ea49acfdd36196afaa0d4e1415092c + +post_install() { + vlicense LICENSE +} + +python3-hyperlink_package() { + noarch=yes + depends="python3" + pycompile_module="hyperlink" + short_desc="${short_desc/Python2/Python3}" + pkg_install() { + vmove usr/lib/python3* + vlicense LICENSE + } +} + diff --git a/srcpkgs/python3-hyperlink b/srcpkgs/python3-hyperlink new file mode 120000 index 00000000000..bd21bced19d --- /dev/null +++ b/srcpkgs/python3-hyperlink @@ -0,0 +1 @@ +python-hyperlink \ No newline at end of file