app-misc/patternBG - 0.1 (chymeric)

Search

Package Information

Description:
Python script that creates tile-based visual art.
Homepage:
https://github.com/TheChymera/patternBG
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.1 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{8..10} )

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
}

Dependencies

RDEPEND

dev-python/pandas

Manifest for 0.1

Type File Size Source URLs
DIST patternBG-0.1.tar.gz 17592 bytes https://github.com/TheChymera/patternBG/archive/0.1.tar.gz