dev-python/CacheControl: New package, initial ebuild written by ercpe

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-08-24 08:46:41 +02:00
parent 3523fbd739
commit 007993561b
3 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<use>
<flag name="redis">Allows using redis as a cache store</flag>
</use>
<upstream>
<remote-id type="github">ionrock/cachecontrol</remote-id>
</upstream>
</pkgmetadata>