From acba78a30a63dca6b800c5aa58e2f9583f376bb7 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 24 Jan 2019 20:38:09 -0200 Subject: [PATCH] New package: python3-owm-2.10 --- srcpkgs/python-owm/template | 19 ------------------- .../{python-owm => python3-owm}/INSTALL.msg | 0 srcpkgs/python3-owm/template | 19 +++++++++++++++++++ 3 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 srcpkgs/python-owm/template rename srcpkgs/{python-owm => python3-owm}/INSTALL.msg (100%) create mode 100644 srcpkgs/python3-owm/template diff --git a/srcpkgs/python-owm/template b/srcpkgs/python-owm/template deleted file mode 100644 index cc5b001d6ef..00000000000 --- a/srcpkgs/python-owm/template +++ /dev/null @@ -1,19 +0,0 @@ -# Template file for 'python-owm' -pkgname=python-owm -version=2.9.0 -revision=1 -wrksrc="pyowm-${version}" -build_style=python2-module -pycompile_module="pyowm" -hostmakedepends="python-setuptools" -depends="python-requests" -short_desc="Python2 wrapper around the OpenWeatherMap web API" -maintainer="Orphaned " -license="MIT" -homepage="https://github.com/csparpa/pyowm" -distfiles="https://github.com/csparpa/pyowm/archive/${version}.tar.gz" -checksum=e022360e4f7149b78f7032fd7ea107aee429021b7ff6ca49cba22362ed6f26cf - -post_install() { - vlicense LICENSE -} diff --git a/srcpkgs/python-owm/INSTALL.msg b/srcpkgs/python3-owm/INSTALL.msg similarity index 100% rename from srcpkgs/python-owm/INSTALL.msg rename to srcpkgs/python3-owm/INSTALL.msg diff --git a/srcpkgs/python3-owm/template b/srcpkgs/python3-owm/template new file mode 100644 index 00000000000..d51e01831e6 --- /dev/null +++ b/srcpkgs/python3-owm/template @@ -0,0 +1,19 @@ +# Template file for 'python3-owm' +pkgname=python3-owm +version=2.10 +revision=1 +wrksrc="pyowm-${version}" +build_style=python3-module +pycompile_module="pyowm" +hostmakedepends="python3-setuptools" +depends="python3-requests python3-geojson" +short_desc="Wrapper around the OpenWeatherMap web API (Python3)" +maintainer="Orphaned " +license="MIT" +homepage="https://github.com/csparpa/pyowm" +distfiles="https://github.com/csparpa/pyowm/archive/${version}.tar.gz" +checksum=7eebb4aac3ba43d68be2a3791eb9f66e4a4f33c3cd66ac93dfcebc6c234614e7 + +post_install() { + vlicense LICENSE +}