From 33042f0c9efd881606329d08770c6c5bd6b7b3e3 Mon Sep 17 00:00:00 2001 From: Steve Prybylski Date: Mon, 1 Feb 2016 15:01:03 -0500 Subject: [PATCH 1/2] New package: python3.4-minidb-2.0.1. --- srcpkgs/python3.4-minidb/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/python3.4-minidb/template diff --git a/srcpkgs/python3.4-minidb/template b/srcpkgs/python3.4-minidb/template new file mode 100644 index 00000000000..bf2c28bce22 --- /dev/null +++ b/srcpkgs/python3.4-minidb/template @@ -0,0 +1,23 @@ +# Template file for 'python3.4-minidb' +pkgname=python3.4-minidb +version=2.0.1 +revision=1 +noarch=yes +wrksrc="minidb-${version}" +build_style=python-module +python_versions="3.4" +hostmakedepends="python3.4-setuptools" +depends="python3.4" +pycompile_version="3.4" +pycompile_module="minidb" +short_desc="Simple SQLite3 store for Python objects (Python 3.4)" +maintainer="Steve Prybylski " +license="ISC" +homepage="https://thp.io/2010/minidb/" +distfiles="https://github.com/thp/minidb/archive/${version}.tar.gz" +checksum=3e245ab0254d84fa3c9c96c43f1ca7290918c53d7df7c2391e50786dbb4f42f6 + +post_install() { + sed -n '/# Copyright/,/OF THIS SOFTWARE./p' minidb.py > COPYING + vlicense COPYING +} From 5bc1df6105633a67e9b6dec18e0db344462f0c78 Mon Sep 17 00:00:00 2001 From: Steve Prybylski Date: Mon, 1 Feb 2016 15:02:03 -0500 Subject: [PATCH 2/2] urlwatch: update to 2.0. - depends on python>=3.3. - python deps: pyyaml, minidb, requests, keyring. --- srcpkgs/urlwatch/template | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template index 11ad93d17e6..ac2b9638c7e 100644 --- a/srcpkgs/urlwatch/template +++ b/srcpkgs/urlwatch/template @@ -1,19 +1,20 @@ # Template file for 'urlwatch' pkgname=urlwatch -version=1.18 -revision=2 +version=2.0 +revision=1 noarch=yes build_style=python-module -python_versions="2.7" -pycompile_module="${pkgname}" -hostmakedepends="python-setuptools" -depends="python-futures" +python_versions="3.4" +pycompile_version="3.4" +pycompile_module="urlwatch" +hostmakedepends="python3.4-setuptools" +depends="python3.4-keyring python3.4-requests python3.4-yaml python3.4-minidb" short_desc="A tool for monitoring webpages for updates" maintainer="Eivind Uggedal " license="BSD" homepage="http://thp.io/2008/urlwatch/" distfiles="${homepage}/${pkgname}-${version}.tar.gz" -checksum=6b17411b6658f3aeb5839d1b32458f020ce40ee1e62a3d40387a2622fa731824 +checksum=6be8034671788b8c3633d12e16ae69685f0c4341d2c46bed0e847749f8c76848 post_install() { vlicense COPYING