summaryrefslogtreecommitdiff
path: root/dev-python/cherrytemplate
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/cherrytemplate')
-rw-r--r--dev-python/cherrytemplate/Manifest3
-rw-r--r--dev-python/cherrytemplate/cherrytemplate-1.0.0-r1.ebuild24
-rw-r--r--dev-python/cherrytemplate/metadata.xml11
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-python/cherrytemplate/Manifest b/dev-python/cherrytemplate/Manifest
new file mode 100644
index 000000000000..fe0d9511fcd7
--- /dev/null
+++ b/dev-python/cherrytemplate/Manifest
@@ -0,0 +1,3 @@
+DIST CherryTemplate-1.0.0.tar.gz 6227 BLAKE2B d1a07f2ce9681aaaf19bfe16889d96d2760306872d39a004f37fc363533abf6e110874cb31df521e585522f4efbccebeb40f190b557750ba51b83a427b19adb6 SHA512 275a18b29d31fa5a95fa1cc5b72adb923f34fa787fd3ab8c2f2d87c7c32399fd2e1a7b408124320b86d651713fe769a5f81fc76a1ccd9a87d4481bad9111e821
+EBUILD cherrytemplate-1.0.0-r1.ebuild 489 BLAKE2B dcb501df8017f33b91c390282048eed6e3e9f55795126526dd69d2e8e0ca3e872b5c9e845446bcb545ceb217680d2e0d897e4569fd2b32548c3b9f2a7dc90e5b SHA512 f4e5e459475c3fdcb1723ce1135d99f9f75738f5145656cbe575fac7f77e3106abf761a7714395f259c55ed37177b9ba7fb5fe3cd00d5b34f6cc93fd50028f40
+MISC metadata.xml 318 BLAKE2B 6ac3614670025740f543800015791a9bad7d7df196fcdb1d3693f687334a0678dbca5486538ed0afb84b9c76b6fdf3a227b2a8c5404b85c907de32b2b25f3fe5 SHA512 e57e8bcf4af42d06a554dc8b074c20e4b384476c36bacb51475fa53ab600d8a81d3da04b189596063a0b5e372bbc71e362ba6942c9527dae5cccb379732244c6
diff --git a/dev-python/cherrytemplate/cherrytemplate-1.0.0-r1.ebuild b/dev-python/cherrytemplate/cherrytemplate-1.0.0-r1.ebuild
new file mode 100644
index 000000000000..758b3150cd3e
--- /dev/null
+++ b/dev-python/cherrytemplate/cherrytemplate-1.0.0-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+MY_PN="CherryTemplate"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Easy and powerful templating module for Python"
+HOMEPAGE="http://cherrytemplate.python-hosting.com/"
+SRC_URI="mirror://sourceforge/cherrypy/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64 ia64 ppc x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}/${MY_P}"
diff --git a/dev-python/cherrytemplate/metadata.xml b/dev-python/cherrytemplate/metadata.xml
new file mode 100644
index 000000000000..d0393a0e0717
--- /dev/null
+++ b/dev-python/cherrytemplate/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="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="sourceforge">cherrypy</remote-id>
+ </upstream>
+</pkgmetadata>