summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2019-07-01 21:17:35 +1000
committerMichael Palimaka <kensington@gentoo.org>2019-07-01 21:27:02 +1000
commitca31229b127c0151a740ceec5d2a7649f4f44544 (patch)
tree303e7011ff41ab4ca245cb159d5a6761e7d146e9
parentapp-backup/burp: depend on acct-{user,group}/burp (diff)
downloadgentoo-ca31229b.tar.gz
gentoo-ca31229b.tar.bz2
gentoo-ca31229b.zip
dev-python/cachelib: new package
Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Michael Palimaka <kensington@gentoo.org>
-rw-r--r--dev-python/cachelib/Manifest1
-rw-r--r--dev-python/cachelib/cachelib-0.1.ebuild18
-rw-r--r--dev-python/cachelib/metadata.xml11
3 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/cachelib/Manifest b/dev-python/cachelib/Manifest
new file mode 100644
index 000000000000..1188524bfc45
--- /dev/null
+++ b/dev-python/cachelib/Manifest
@@ -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
index 000000000000..492ed3c8d99a
--- /dev/null
+++ b/dev-python/cachelib/cachelib-0.1.ebuild
@@ -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
index 000000000000..f82c49c0e818
--- /dev/null
+++ b/dev-python/cachelib/metadata.xml
@@ -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>