diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-04-08 13:02:42 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-04-08 13:02:42 +0000 |
| commit | 05024a557b156cbef7a4caccdeaa507030cc8a16 (patch) | |
| tree | 524f7e9b19d92357c771bfb6aed0a633829bbd8c /dev-python/spyder-notebook | |
| parent | 1ea731419860ef82dc48d34f1deb742af455c56c (diff) | |
| download | baldeagleos-repo-05024a557b156cbef7a4caccdeaa507030cc8a16.tar.gz baldeagleos-repo-05024a557b156cbef7a4caccdeaa507030cc8a16.tar.xz baldeagleos-repo-05024a557b156cbef7a4caccdeaa507030cc8a16.zip | |
Adding metadata
Diffstat (limited to 'dev-python/spyder-notebook')
| -rw-r--r-- | dev-python/spyder-notebook/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/spyder-notebook/spyder-notebook-0.4.1.ebuild (renamed from dev-python/spyder-notebook/spyder-notebook-0.4.0.ebuild) | 25 |
2 files changed, 14 insertions, 13 deletions
diff --git a/dev-python/spyder-notebook/Manifest b/dev-python/spyder-notebook/Manifest index 1a8a3fe5afd3..061b381d7dd4 100644 --- a/dev-python/spyder-notebook/Manifest +++ b/dev-python/spyder-notebook/Manifest @@ -1 +1 @@ -DIST spyder-notebook-0.4.0.gh.tar.gz 3869758 BLAKE2B db809e9a2b93206ba0236e825b7d8f612efe552be5b9bbcdd60021ee143f16674e05847834bbd63a801c32e2264e5335685887aad0519033a315b3c2c0fcd3d6 SHA512 ab97429d276af815411b9a63bc04e291e5ed596bb9c551be8161e71761fc21a61b896b73ec1d93c9a2b4561ba228b93ac86f3b542a515cbfc651e9e218f6f778 +DIST spyder-notebook-0.4.1.tar.gz 1756246 BLAKE2B daccd224f822d10b0bc527f6e12a46b975631c1eee4edd1e431ff8a71e126d4ff2006853b05146bdef3c8978a34a38d1c30ff9da9076f9c954a7ecdbe9eab4af SHA512 f4ad23ba218dec708f876fe13b11e172df2430c9c9e57916a8f10f43f3728788801d7749b37a7474b329fa8750c0d08ddbd5131142035868f23c1975228d840e diff --git a/dev-python/spyder-notebook/spyder-notebook-0.4.0.ebuild b/dev-python/spyder-notebook/spyder-notebook-0.4.1.ebuild index 25b504aefa1d..0d025a6e42b6 100644 --- a/dev-python/spyder-notebook/spyder-notebook-0.4.0.ebuild +++ b/dev-python/spyder-notebook/spyder-notebook-0.4.1.ebuild @@ -4,18 +4,17 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..11} ) -# ERROR: Server components are missing!! Please run 'python setup.py sdist' first. -# DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 virtualx +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 + +inherit distutils-r1 pypi virtualx DESCRIPTION="Jupyter notebook integration with Spyder" HOMEPAGE="https://github.com/spyder-ide/spyder-notebook" -SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -RESTRICT="test" RDEPEND=" dev-python/jinja[${PYTHON_USEDEP}] @@ -25,18 +24,20 @@ RDEPEND=" dev-python/qdarkstyle[${PYTHON_USEDEP}] dev-python/QtPy[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] - >=dev-python/spyder-5.3.3[${PYTHON_USEDEP}] + >=dev-python/spyder-5.4.3[${PYTHON_USEDEP}] <dev-python/spyder-6[${PYTHON_USEDEP}] dev-python/traitlets[${PYTHON_USEDEP}] " -BDEPEND="test? ( - dev-python/flaky[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] - dev-python/pytest-qt[${PYTHON_USEDEP}] -)" +BDEPEND=" + test? ( + dev-python/flaky[${PYTHON_USEDEP}] + dev-python/pytest-mock[${PYTHON_USEDEP}] + dev-python/pytest-qt[${PYTHON_USEDEP}] + ) +" -DOCS=( "README.md" "RELEASE.md" "CHANGELOG.md" "doc/example.gif" ) +DOCS=( "README.md" "CHANGELOG.md" ) distutils_enable_tests pytest |
