diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-08-17 18:39:37 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-08-17 18:39:37 +0000 |
| commit | a81b258421b154daef716d5040ab06b6cd40440e (patch) | |
| tree | c442c478bb2ea853732873cc4bcef173f4b84e84 /dev-python/vpython | |
| parent | 2a927bf69bacb4a66de0cea206e33df97354ca41 (diff) | |
| download | baldeagleos-repo-a81b258421b154daef716d5040ab06b6cd40440e.tar.gz baldeagleos-repo-a81b258421b154daef716d5040ab06b6cd40440e.tar.xz baldeagleos-repo-a81b258421b154daef716d5040ab06b6cd40440e.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/vpython')
| -rw-r--r-- | dev-python/vpython/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/vpython/vpython-7.6.1-r1.ebuild (renamed from dev-python/vpython/vpython-7.4.6.ebuild) | 19 | ||||
| -rw-r--r-- | dev-python/vpython/vpython-7.6.1.ebuild | 20 |
3 files changed, 13 insertions, 27 deletions
diff --git a/dev-python/vpython/Manifest b/dev-python/vpython/Manifest index 90c7b95c3e96..88c99e2919e9 100644 --- a/dev-python/vpython/Manifest +++ b/dev-python/vpython/Manifest @@ -1,2 +1 @@ -DIST vpython-7.4.6.tar.gz 3542460 BLAKE2B 358bd33f386b27ade92088af07fd5a73c1fccd5dbe729fe989f802b1db0eff38014bc38baf383324bb6299f53c68df8cfe9070a6d805303e0b50d4088af133ee SHA512 68591fc3bf71ae1b87e86a61574c46bb64a041ab29309ced64ef69c6d110e0fcd4f3d3adaab2ae76b21df9f66314095c4b3d79e6ebf1d60fa7725f85ae7a7b06 DIST vpython-7.6.1.tar.gz 3552831 BLAKE2B 78281ebbdae2bf09d139569cd344f32aa77aad59ce988a72c57b9984774bc376348c6e69c9119822fe1fbd5dbe6cecf81f17da3977b257c64321e4d4f2deb755 SHA512 8a06bf41865a6bb61c6616c853889b24128f32a9ce1eb8cd9ff861e4995f700ea24e7ffc04fd1edf9cd823a1a592083202abecb1373d5f544facc8646f0cf30b diff --git a/dev-python/vpython/vpython-7.4.6.ebuild b/dev-python/vpython/vpython-7.6.1-r1.ebuild index d5f2ff53f805..ef50542d3182 100644 --- a/dev-python/vpython/vpython-7.4.6.ebuild +++ b/dev-python/vpython/vpython-7.6.1-r1.ebuild @@ -1,20 +1,27 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 + PYTHON_COMPAT=( python3_{5,6,7,8,9} ) + inherit distutils-r1 DESCRIPTION="VPython for Jupyter notebook" HOMEPAGE="https://www.vpython.org/ https://pypi.org/project/vpython/" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" -DEPEND="dev-python/cython[${PYTHON_USEDEP}] - dev-python/versioneer[${PYTHON_USEDEP}] + +RDEPEND=" + dev-python/autobahn[${PYTHON_USEDEP}] + dev-python/ipykernel[${PYTHON_USEDEP}] dev-python/jupyter[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] - dev-python/autobahn[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" + dev-python/versioneer[${PYTHON_USEDEP}]" +BDEPEND="dev-python/cython[${PYTHON_USEDEP}]" +DEPEND=" + ${RDEPEND} + ${BDEPEND}" + LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64 ~x86" diff --git a/dev-python/vpython/vpython-7.6.1.ebuild b/dev-python/vpython/vpython-7.6.1.ebuild deleted file mode 100644 index d5f2ff53f805..000000000000 --- a/dev-python/vpython/vpython-7.6.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_{5,6,7,8,9} ) -inherit distutils-r1 - -DESCRIPTION="VPython for Jupyter notebook" -HOMEPAGE="https://www.vpython.org/ https://pypi.org/project/vpython/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" -DEPEND="dev-python/cython[${PYTHON_USEDEP}] - dev-python/versioneer[${PYTHON_USEDEP}] - dev-python/jupyter[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/autobahn[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" |
