diff options
author | Sławomir Lis <slis@gentoo.org> | 2015-11-05 13:24:58 +0100 |
---|---|---|
committer | Sławomir Lis <slis@gentoo.org> | 2015-11-05 13:36:27 +0100 |
commit | 93a372c4c76937ee5bae64e44cd5d4b0038bd609 (patch) | |
tree | 8b8c576db2c80692f0e5b6b030f2aac71969bf82 /dev-python | |
parent | Added djangocms-flash (diff) | |
download | gentoo-93a372c4c76937ee5bae64e44cd5d4b0038bd609.tar.gz gentoo-93a372c4c76937ee5bae64e44cd5d4b0038bd609.tar.bz2 gentoo-93a372c4c76937ee5bae64e44cd5d4b0038bd609.zip |
Added djangocms-inherit
Package-Manager: portage-2.2.23
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/djangocms-inherit/Manifest | 1 | ||||
-rw-r--r-- | dev-python/djangocms-inherit/djangocms-inherit-0.1.ebuild | 24 | ||||
-rw-r--r-- | dev-python/djangocms-inherit/metadata.xml | 7 |
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/djangocms-inherit/Manifest b/dev-python/djangocms-inherit/Manifest new file mode 100644 index 000000000000..4e4f3adbdead --- /dev/null +++ b/dev-python/djangocms-inherit/Manifest @@ -0,0 +1 @@ +DIST djangocms-inherit-0.1.tar.gz 24859 SHA256 319bd002e90c11d1c8c33fb1fc4bf352fa8bba0f6ec8086874714be24efb1482 SHA512 5adc7bafb7eeec2376edf21b53fee48bf21833f8abbdcc52c00df1bd48d540673a3d4e9d887b5eed3320a6d7b095529f6a2363f031d1b3214377670feb493e66 WHIRLPOOL 453aa9f973f73a1abaf0785ac81a027aeb2e037836ee4486f4a9b8b18ceaac9c1500ced1541dc4bd1ed1b8465b16044186b756e108302c7f410ab2b7fb6cd98b diff --git a/dev-python/djangocms-inherit/djangocms-inherit-0.1.ebuild b/dev-python/djangocms-inherit/djangocms-inherit-0.1.ebuild new file mode 100644 index 000000000000..e507d09e9487 --- /dev/null +++ b/dev-python/djangocms-inherit/djangocms-inherit-0.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} ) + +inherit distutils-r1 + +DESCRIPTION="Inherit plugin for django CMS" +HOMEPAGE="https://pypi.python.org/pypi/djangocms-inherit" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND=" + ${RDEPEND} + dev-python/setuptools +"
\ No newline at end of file diff --git a/dev-python/djangocms-inherit/metadata.xml b/dev-python/djangocms-inherit/metadata.xml new file mode 100644 index 000000000000..e3ff5b28214a --- /dev/null +++ b/dev-python/djangocms-inherit/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>slis@gentoo.org</email> + </maintainer> +</pkgmetadata>
\ No newline at end of file |