commit: 690faa6c38248406dfd254786049d8ae969c6f0b Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sun Mar 29 09:13:05 2020 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Sun Mar 29 09:29:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=690faa6c
dev-python/pygaljs: new package Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-python/pygaljs/Manifest | 1 + dev-python/pygaljs/metadata.xml | 13 +++++++++++++ dev-python/pygaljs/pygaljs-1.0.0.ebuild | 24 ++++++++++++++++++++++++ 3 files changed, 38 insertions(+) diff --git a/dev-python/pygaljs/Manifest b/dev-python/pygaljs/Manifest new file mode 100644 index 0000000..0b99fb2 --- /dev/null +++ b/dev-python/pygaljs/Manifest @@ -0,0 +1 @@ +DIST pygaljs-1.0.0.tar.gz 3322 BLAKE2B 247c911b98cfdefd987745f606ad691be4c3d99a66ce6c03789aa298777d6623f56e47f8211b702b4d2b3fdf39dbdcfdac547b9623186f793898b0b3906b5aa9 SHA512 bcb3e9b741901d491926024bbb89c224db4fbeddf1868119691442754c7089e7a8464f9d91e8c2f25c01718e827518efd4614056cdbe4fedd63341feee1d9ecc diff --git a/dev-python/pygaljs/metadata.xml b/dev-python/pygaljs/metadata.xml new file mode 100644 index 0000000..112a28d --- /dev/null +++ b/dev-python/pygaljs/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Alessandro Barbieri</name> + </maintainer> + <upstream> + <remote-id type="github">ionelmc/python-pygaljs</remote-id> + <remote-id type="pypi">pygaljs</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/pygaljs/pygaljs-1.0.0.ebuild b/dev-python/pygaljs/pygaljs-1.0.0.ebuild new file mode 100644 index 0000000..20c5ad1 --- /dev/null +++ b/dev-python/pygaljs/pygaljs-1.0.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) + +inherit distutils-r1 + +DESCRIPTION="Python package providing assets from https://github.com/Kozea/pygal.js" +HOMEPAGE=" + https://github.com/ionelmc/python-pygaljs + https://pypi.org/project/pygaljs +" +SRC_URI="https://github.com/ionelmc/python-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="" +DEPEND="" + +distutils_enable_tests pytest
