mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-python/libpillowfight: initial commit
New dep for app-text/paperwork Package-Manager: portage-2.3.2
This commit is contained in:
1
dev-python/libpillowfight/Manifest
Normal file
1
dev-python/libpillowfight/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST libpillowfight-0.2.1.tar.gz 23125246 SHA256 9a00e3636c8ebb00c40c6b0e6f4e6eb5a7ea7618704fdee18e145687f08de13c SHA512 352f23daa2cce39395604f3c545773fec26b336ae17cea9148b8d6b7f61f0fcd314ab08e4fde8dff85531ecfa07fbee0fda90e3258c04c39cad397a775318d95 WHIRLPOOL cdde4f9a4de9ff80557f21229549fe10192d2819f2a737973619c3b17cc83fab0faf084aa4c291e5dba8ae5094317664533f236b9ac38fed657bf7efa38298c1
|
||||
26
dev-python/libpillowfight/libpillowfight-0.2.1.ebuild
Normal file
26
dev-python/libpillowfight/libpillowfight-0.2.1.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Small library containing various image processing algorithms"
|
||||
HOMEPAGE="https://github.com/jflesch/libpillowfight"
|
||||
SRC_URI="https://github.com/jflesch/libpillowfight/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
|
||||
|
||||
python_prepare_all() {
|
||||
sed -e "/'nose>=1.0'/d" -i setup.py || die
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
11
dev-python/libpillowfight/metadata.xml
Normal file
11
dev-python/libpillowfight/metadata.xml
Normal file
@@ -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>voyageur@gentoo.org</email>
|
||||
<name>Bernard Cafarelli</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">jflesch/libpillowfight</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user