1
0
mirror of synced 2024-06-09 14:17:53 +02:00
TheChymera-overlay/app-misc/patternBG/patternBG-0.1.ebuild
Horea Christian f81e381219
app-misc/patternBG: versioned release 0.1
and removed live package

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Horea Christian <chr@chymera.eu>
2020-03-30 07:05:30 -04:00

27 lines
677 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
inherit python-r1
DESCRIPTION="Python script that creates tile-based visual art."
HOMEPAGE="https://github.com/TheChymera/patternBG"
SRC_URI="https://github.com/TheChymera/patternBG/archive/${PV}.tar.gz -> ${P}.tar.gz"
SLOT="0"
LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND=""
RDEPEND="dev-python/pandas"
src_install() {
python_foreach_impl python_optimize .
python_foreach_impl python_domodule "${S}"/"${PN}".py
python_foreach_impl python_newscript "${S}"/"${PN}"_cli.py "${PN}"_cli
}