mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
Added djangocms-flash
Package-Manager: portage-2.2.23
This commit is contained in:
1
dev-python/djangocms-flash/Manifest
Normal file
1
dev-python/djangocms-flash/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST djangocms-flash-0.2.0.tar.gz 22506 SHA256 2ec0d5941bf62268d6af1343cc9dd8dbb4a43e5dd7100f0d7409345fd4dfe27a SHA512 4c1a4a52b930801b84032682f8cbb4a57d72d46ff8118ebc688d9146b0deb4aeb9309a64868554cdfd2ca5a7b70a52223655aad74014f292f7242b9e18afcafc WHIRLPOOL dcd30bcf3b4c22668b4bf75e418adad3ebf76d75500ce0f7cabc8330c0ea39141dd5a6535e94abdf95fb0f3d92aecb9398dd0690e2e3523f2d4145038c599f2b
|
||||
24
dev-python/djangocms-flash/djangocms-flash-0.2.0.ebuild
Normal file
24
dev-python/djangocms-flash/djangocms-flash-0.2.0.ebuild
Normal file
@@ -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="Flash plugin for django CMS"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/djangocms-flash"
|
||||
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
|
||||
"
|
||||
7
dev-python/djangocms-flash/metadata.xml
Normal file
7
dev-python/djangocms-flash/metadata.xml
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user