diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-07-28 12:47:58 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-07-28 12:47:58 +0000 |
| commit | a5be75fcfffbe41cfce40c9be65ca2f4972726ce (patch) | |
| tree | ed876aa983faba6b2c5380c0b156be7126a91c95 /dev-python | |
| parent | 0a8c587d410ee6ce3061ea29946d6f17975b3a0e (diff) | |
| download | baldeagleos-repo-a5be75fcfffbe41cfce40c9be65ca2f4972726ce.tar.gz baldeagleos-repo-a5be75fcfffbe41cfce40c9be65ca2f4972726ce.tar.xz baldeagleos-repo-a5be75fcfffbe41cfce40c9be65ca2f4972726ce.zip | |
Adding metadata
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/nose2/files/nose2-0.12.0-version.patch | 21 | ||||
| -rw-r--r-- | dev-python/nose2/nose2-0.12.0.ebuild | 9 | ||||
| -rw-r--r-- | dev-python/sip/sip-6.6.2.ebuild | 2 |
3 files changed, 29 insertions, 3 deletions
diff --git a/dev-python/nose2/files/nose2-0.12.0-version.patch b/dev-python/nose2/files/nose2-0.12.0-version.patch new file mode 100644 index 000000000000..a6edfb04ca8d --- /dev/null +++ b/dev-python/nose2/files/nose2-0.12.0-version.patch @@ -0,0 +1,21 @@ +https://bugs.gentoo.org/861656 +https://github.com/nose-devs/nose2/commit/fc3d69290462930bc0fa81cb69bc4c6e15f8ae66 + +From: Stephen Rosen <sirosen@globus.org> +Date: Sat, 16 Jul 2022 16:41:55 +0000 +Subject: [PATCH] Minor fixes regarding __version__ move + +Docs in conf.py and the CI build used `_version.py`, and just need +minor updates. +--- a/docs/conf.py ++++ b/docs/conf.py +@@ -20,7 +20,7 @@ + master_doc = "index" + project = "nose2" + copyright = "2010-2022, Jason Pellerin, Stephen Rosen" +-version = release = nose2._version.__version__ ++version = release = nose2.__version__ + exclude_patterns = ["_build"] + templates_path = ["_templates"] + + diff --git a/dev-python/nose2/nose2-0.12.0.ebuild b/dev-python/nose2/nose2-0.12.0.ebuild index 14b0d10bd423..830d94cd2e10 100644 --- a/dev-python/nose2/nose2-0.12.0.ebuild +++ b/dev-python/nose2/nose2-0.12.0.ebuild @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc ~x86" RDEPEND=" >=dev-python/coverage-4.4.1[${PYTHON_USEDEP}] @@ -28,7 +28,12 @@ RDEPEND=" " distutils_enable_sphinx docs \ - dev-python/sphinx_rtd_theme + dev-python/sphinx_rtd_theme \ + dev-python/sphinx-issues + +PATCHES=( + "${FILESDIR}"/${P}-version.patch +) src_prepare() { # seriously? that hard to depend on six?! diff --git a/dev-python/sip/sip-6.6.2.ebuild b/dev-python/sip/sip-6.6.2.ebuild index 9af4fe1cc493..ed0e2a234044 100644 --- a/dev-python/sip/sip-6.6.2.ebuild +++ b/dev-python/sip/sip-6.6.2.ebuild @@ -20,7 +20,7 @@ S=${WORKDIR}/${MY_P} LICENSE="|| ( GPL-2 GPL-3 SIP )" SLOT="5" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc ~x86" RDEPEND=" !<dev-python/sip-4.19.25-r1[${PYTHON_USEDEP}] |
