Add dev-python/pyshaders

This commit is contained in:
~keith 2022-08-08 02:08:29 +00:00
parent e0cbadd94b
commit cf6f1a2459
Signed by: keith
GPG Key ID: 5BEBEEAB2C73D520
2 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST pyshaders-1.4.1.tar.gz 10059 BLAKE2B 593419ea9972c9aed56c2f7e4d8f1c21e5cd8385e7e2a3c9e3a69517f47e7946a66bf995b456e6650ea781562046dcdbc960600539e09bc753df91a8957a8004 SHA512 a95d328f18ae50169ce4e7b62a0059a035d21c8b66053cfc60aef2fd93bb61ae5bd477c6d40b44bc8571fb12a89e83a4ffe20320cc36fdcd93cecfe4c20bd3d0

View File

@ -0,0 +1,45 @@
# Ebuild for pyshaders
# Auto-generated by pipgen.py - TEST ME!
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1
DESCRIPTION="OpenGL shader wrapper for python"
HOMEPAGE="
https://github.com/gabdube/pyshaders
https://pypi.org/project/pyshaders/
"
MY_PN="pyshaders"
MY_P="${MY_PN}-${PV}"
if [[ "${PV}" == *9999* ]]; then
EGIT_REPO_URI="https://github.com/gabdube/pyshaders.git"
inherit git-r3
else
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
S="${WORKDIR}/${MY_P}"
fi
LICENSE="MIT"
SLOT="0"
IUSE=""
RDEPEND="
dev-python/pyglet[${PYTHON_USEDEP}]
"
# pkg_data:
# {'dependencies': [],
# 'description': 'OpenGL shader wrapper for python',
# 'git_url': 'https://github.com/gabdube/pyshaders.git',
# 'home_url': 'https://github.com/gabdube/pyshaders',
# 'license': 'MIT',
# 'pypi_name': 'pyshaders',
# 'pypi_url': 'https://pypi.org/project/pyshaders/',
# 'setuptools_deps': [],
# 'version': '1.4.1'}