diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-11-14 13:04:06 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-11-14 13:04:06 +0000 |
| commit | 544cfa91aaa39ff4404ac80b2cf1fb9069b09137 (patch) | |
| tree | c4fe0a67e4e836da47099abd00e7d7ff454a929b /dev-python/vpython | |
| parent | 38ddbc6cbbe7942fe57bc53cebf9f1bf68d4350d (diff) | |
| download | baldeagleos-repo-544cfa91aaa39ff4404ac80b2cf1fb9069b09137.tar.gz baldeagleos-repo-544cfa91aaa39ff4404ac80b2cf1fb9069b09137.tar.xz baldeagleos-repo-544cfa91aaa39ff4404ac80b2cf1fb9069b09137.zip | |
Adding metadata
Diffstat (limited to 'dev-python/vpython')
| -rw-r--r-- | dev-python/vpython/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/vpython/vpython-7.6.3.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/vpython/Manifest b/dev-python/vpython/Manifest index 899559fb3341..cd978844f63f 100644 --- a/dev-python/vpython/Manifest +++ b/dev-python/vpython/Manifest @@ -1,2 +1 @@ -DIST vpython-7.6.3.tar.gz 4461187 BLAKE2B 4698396fb9f846db59233bb6795748cadf7a0c8c4b1969dfe439965fa29db703806197a6e91b5d91935b8fdcf5c626dac6613a73e06b88c899bdddd0b19ef69e SHA512 0270103eb5c67ecbf7461e1821e3502295976f430d290fbefc5281643802963bf6ccd729eb37b19e50b2403f7cf0dc09f869d4cd30726ccd086bacb6180f868e DIST vpython-7.6.4.tar.gz 4504204 BLAKE2B 941eff8f9e5ca636001785b21e914194a4a84b910b8e329a45e2c0f0857c46c7658f9d0db128b524a0b760aa04d523617b473e73438d88ffb13e6ffdcc4419fe SHA512 997a6e351e0ae86938e557029a4888a508cdd7ae6aaa25dc578a772a5bbee857edc7c4414d48a9a6a48eff1e0ba435cfd24b98c47a6286cf0bb43e48db2b57c9 diff --git a/dev-python/vpython/vpython-7.6.3.ebuild b/dev-python/vpython/vpython-7.6.3.ebuild deleted file mode 100644 index 214f1c3a6cef..000000000000 --- a/dev-python/vpython/vpython-7.6.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) - -inherit distutils-r1 - -DESCRIPTION="VPython for Jupyter notebook" -HOMEPAGE="https://www.vpython.org/ https://pypi.org/project/vpython/" -SRC_URI="https://github.com/${PN}/${PN}-jupyter/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-jupyter-${PV}" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - >=dev-python/autobahn-18.8.2[${PYTHON_USEDEP}] - dev-python/ipykernel[${PYTHON_USEDEP}] - dev-python/jupyter[${PYTHON_USEDEP}] - dev-python/jupyter-server-proxy[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] -" - -RESTRICT="test" - -distutils_enable_tests pytest |
