dev-python/cachelib: new package
authorMichael Palimaka <kensington@gentoo.org>
Mon, 1 Jul 2019 11:17:35 +0000 (21:17 +1000)
committerMichael Palimaka <kensington@gentoo.org>
Mon, 1 Jul 2019 11:27:02 +0000 (21:27 +1000)
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
dev-python/cachelib/Manifest [new file with mode: 0644]
dev-python/cachelib/cachelib-0.1.ebuild [new file with mode: 0644]
dev-python/cachelib/metadata.xml [new file with mode: 0644]

diff --git a/dev-python/cachelib/Manifest b/dev-python/cachelib/Manifest
new file mode 100644 (file)
index 0000000..1188524
--- /dev/null
@@ -0,0 +1 @@
+DIST cachelib-0.1.tar.gz 9844 BLAKE2B 7281a3851281c2babd3d144db0e22270e5c196eaaf62f975844f9972538e571a36a855f8a0209e2f38d1a962dd52d0d7fcefa1f6d3b97c3f5dcd119585c7ade8 SHA512 8ed41a14f3bc36393ecdce7dcc0023ce954900f4541463cf08b823b6c11a28532812c9873d32991f023986ed2ded39a560ee556447bc6d4c3e45c3d4d749c2b9
diff --git a/dev-python/cachelib/cachelib-0.1.ebuild b/dev-python/cachelib/cachelib-0.1.ebuild
new file mode 100644 (file)
index 0000000..492ed3c
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_6 )
+inherit distutils-r1
+
+DESCRIPTION="Collection of cache libraries in the same API interface. Extracted from werkzeug"
+HOMEPAGE="https://pypi.org/project/cachelib/ https://github.com/pallets/cachelib"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/cachelib/metadata.xml b/dev-python/cachelib/metadata.xml
new file mode 100644 (file)
index 0000000..f82c49c
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>kensington@gentoo.org</email>
+       </maintainer>
+       <upstream>
+               <remote-id type="pypi">cachelib</remote-id>
+               <remote-id type="github">pallets/cachelib</remote-id>
+       </upstream>
+</pkgmetadata>