diff --git a/srcpkgs/python-tempora/template b/srcpkgs/python-tempora/template new file mode 100644 index 000000000000..cef5b45c53f4 --- /dev/null +++ b/srcpkgs/python-tempora/template @@ -0,0 +1,22 @@ +# Template file for 'python-tempora' +pkgname=python-tempora +version=1.7 +revision=1 +build_style=python-module +wrksrc=${pkgname/python-//}-${version} +hostmakedepends="python python-setuptools python3 python3-setuptools" +depends="python-pytz python-six" +short_desc="Objects and routines pertaining to date and time" +maintainer="Michael Aldridge " +license="MIT" +homepage="https://github.com/jaraco/tempora" +distfiles="${PYPI_SITE}/t/tempora/tempora-${version}.tar.gz" +checksum=a264672b7f39198eb90b531490ade4e873f6e13839253636c3bd6a5549be1984 + +python3-tempora_package() { + noarch=yes + short_desc="${short_desc/Python2/Python3}" + pkg_install() { + vmove usr/lib/python3* + } +} diff --git a/srcpkgs/python3-tempora b/srcpkgs/python3-tempora new file mode 120000 index 000000000000..3b48506309a4 --- /dev/null +++ b/srcpkgs/python3-tempora @@ -0,0 +1 @@ +python-tempora \ No newline at end of file