From db970c8bb1db3fb257a224159196f2785b05e272 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Tue, 19 May 2020 21:43:53 +0200 Subject: [PATCH 1/3] dev-python/pytest-randomly: disable failing test Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri --- .../pytest-randomly-3.3.1-r2.ebuild | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 dev-python/pytest-randomly/pytest-randomly-3.3.1-r2.ebuild diff --git a/dev-python/pytest-randomly/pytest-randomly-3.3.1-r2.ebuild b/dev-python/pytest-randomly/pytest-randomly-3.3.1-r2.ebuild new file mode 100644 index 0000000000..1e902ac9b0 --- /dev/null +++ b/dev-python/pytest-randomly/pytest-randomly-3.3.1-r2.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="Pytest plugin to randomly order tests and control random.seed" +HOMEPAGE=" + https://pypi.python.org/pypi/pytest-randomly + https://github.com/pytest-dev/pytest-randomly +" +SRC_URI="https://github.com/pytest-dev/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/docutils[${PYTHON_USEDEP}] + dev-python/factory_boy[${PYTHON_USEDEP}] + dev-python/faker[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + + $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_6 python3_7) +" +#not really needed +# dev-python/isort[${PYTHON_USEDEP}] +# $(python_gen_cond_dep 'dev-python/black[${PYTHON_USEDEP}]' python3_8) +# dev-python/secretstorage[${PYTHON_USEDEP}] +# dev-python/twine[${PYTHON_USEDEP}] + +DEPEND=" + test? ( + dev-python/pytest-xdist[${PYTHON_USEDEP}] + ) +" +#not really needed +# $(python_gen_cond_dep 'dev-python/check-manifest[${PYTHON_USEDEP}]' python3_8) +# dev-python/multilint[${PYTHON_USEDEP}] + +distutils_enable_tests pytest + +python_test() { + distutils_install_for_testing + pytest -vv --deselect tests/test_pytest_randomly.py::test_entrypoint_injection || die "Testsuite failed under ${EPYTHON}" +} From bfe9fc62bd0d178b57fdecadd892646ec8122563 Mon Sep 17 00:00:00 2001 From: Sergey Torokhov Date: Wed, 20 May 2020 02:05:19 +0300 Subject: [PATCH 2/3] dev-vcs/lazygit: 0.20.4 version bump Signed-off-by: Sergey Torokhov --- dev-vcs/lazygit/Manifest | 1 + dev-vcs/lazygit/lazygit-0.20.4.ebuild | 36 +++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 dev-vcs/lazygit/lazygit-0.20.4.ebuild diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest index 94a849696f..7e89623935 100644 --- a/dev-vcs/lazygit/Manifest +++ b/dev-vcs/lazygit/Manifest @@ -1,2 +1,3 @@ DIST lazygit-0.19.tar.gz 9193308 BLAKE2B c07141661387094651cb6137579dea8ab5231b3e08b0733124cc97f1392251db592e01d60297356c8c5df1f1db554bc8a3be86cd07beed158d33b9eabdb015d4 SHA512 6259fdb98ae74ee59f395bd79fcbe3280b679883cbc0c190e64a36464c258597e18a6b70842cb242696536cfea35ea9c83f43b05ad20ead4f5120e436875abad DIST lazygit-0.20.3.tar.gz 9195508 BLAKE2B e20d6195ace5b36d2f47deaffeb838b547d87868ae7c63a7fc0b6f753648728575060ad90e9bbd3e379b30a6f657eeaf8479669a2f0660cadfae50fa7dd7efdc SHA512 810112ee42c11e9750d68fd3c22047b1bdd79d2fa92ece2cfb959f631c143b1d412756cd4ca8fa81c81a9889d4bc7e37053fd94990ec8f4f0ea7ae9d244a6512 +DIST lazygit-0.20.4.tar.gz 9195728 BLAKE2B a662b86bfe142e8d157a1be99718b6c786771088c6417fc5667cf91dd5055f583220efef75d15ee7273b1e73f714b20e9b35cc1a74b47620d42d27f6f050dcb2 SHA512 c9924df0bbd4e22d6dbccefdd5428c92999256f31a73ffcc9603aaab66d3ad572292221b192b519929e232157cd5d297f32e0a45f96e308563f97ad936f5ed81 diff --git a/dev-vcs/lazygit/lazygit-0.20.4.ebuild b/dev-vcs/lazygit/lazygit-0.20.4.ebuild new file mode 100644 index 0000000000..df46884b8b --- /dev/null +++ b/dev-vcs/lazygit/lazygit-0.20.4.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +EGO_PN="github.com/jesseduffield/lazygit" + +inherit golang-build golang-vcs-snapshot + +DESCRIPTION="Lazygit, a simple terminal UI for git commands" +HOMEPAGE="https://github.com/jesseduffield/lazygit" +SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="doc" + +DEPEND=( sys-libs/glibc ) +RDEPEND=( + ${DEPEND} + dev-vcs/git +) + +DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md ) + +src_compile() { + GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die +} + +src_install() { + dobin bin/lazygit + + use doc && dodoc -r "src/${EGO_PN}/docs/." + einstalldocs +} From 1d31e158b8666868e62553a2e82a37d40145c2e2 Mon Sep 17 00:00:00 2001 From: "Ronny (tastytea) Gutbrod" Date: Thu, 21 May 2020 02:27:55 +0200 Subject: [PATCH 3/3] x11-apps/xcur2png: New package. Signed-off-by: Ronny (tastytea) Gutbrod --- x11-apps/xcur2png/Manifest | 1 + x11-apps/xcur2png/metadata.xml | 15 +++++++++++++++ x11-apps/xcur2png/xcur2png-0.7.1.ebuild | 18 ++++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 x11-apps/xcur2png/Manifest create mode 100644 x11-apps/xcur2png/metadata.xml create mode 100644 x11-apps/xcur2png/xcur2png-0.7.1.ebuild diff --git a/x11-apps/xcur2png/Manifest b/x11-apps/xcur2png/Manifest new file mode 100644 index 0000000000..fc11f5baf5 --- /dev/null +++ b/x11-apps/xcur2png/Manifest @@ -0,0 +1 @@ +DIST xcur2png-0.7.1.tar.gz 99826 BLAKE2B 4ea7497e5e1520216d487e1e43af6f44cc1ff48b78750aaa7a9f2f82d93b009c8deaccd6229606a7bcd19881828d1a1cc8f72fe5981acb67d1510d20b7280a86 SHA512 7a979b4f696810c217f7e2b93d30ecf4f1674bdf1c6483da8aa54ad96ad81f9f720ebd8ef81802a1e7e99747d2f7ea5af4b06a6104a53819b1ce621d3b534c94 diff --git a/x11-apps/xcur2png/metadata.xml b/x11-apps/xcur2png/metadata.xml new file mode 100644 index 0000000000..36d51d402c --- /dev/null +++ b/x11-apps/xcur2png/metadata.xml @@ -0,0 +1,15 @@ + + + + + gentoo@tastytea.de + Ronny (tastytea) Gutbrod + + + xcur2png is a program which lets you convert X cursors to PNG images and + generates a config-file which is reusable by xcursorgen. + + + eworm-de/xcur2png + + diff --git a/x11-apps/xcur2png/xcur2png-0.7.1.ebuild b/x11-apps/xcur2png/xcur2png-0.7.1.ebuild new file mode 100644 index 0000000000..00e8b422bb --- /dev/null +++ b/x11-apps/xcur2png/xcur2png-0.7.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Convert X cursors to PNG images" +HOMEPAGE="https://github.com/eworm-de/xcur2png" +SRC_URI="https://github.com/eworm-de/xcur2png/releases/download/${PV}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + media-libs/libpng + x11-libs/libXcursor +"