[gentoo-commits] repo/gentoo:master commit in: dev-python/pylint/
commit: b63fe021fe308d75e5d2fe768302fa945ec019af Author: Virgil Dupras gentoo org> AuthorDate: Mon Mar 18 02:53:23 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Mon Mar 18 02:53:23 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b63fe021 dev-python/pylint: remove old Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/pylint/Manifest| 1 - dev-python/pylint/pylint-2.2.2.ebuild | 57 --- 2 files changed, 58 deletions(-) diff --git a/dev-python/pylint/Manifest b/dev-python/pylint/Manifest index c4378543c5d..ee1e8267508 100644 --- a/dev-python/pylint/Manifest +++ b/dev-python/pylint/Manifest @@ -1,4 +1,3 @@ DIST pylint-1.6.5.tar.gz 465578 BLAKE2B 05412a528878633ef7529dd2f2d2d1989bc940626d62764f476bbc024e34fea06883fae829fe6617ebfffde54dfa5600c140b9a25e6c9633f48d76f5c331 SHA512 2fac352dc752b37f1ce4f7fefe5afbbc880d7e6c38f164d1c50734716af1dd6fe31f7d41e145a8256837d5a63b1989efec40c169fc14840cf8eb4e18d9bb2410 DIST pylint-1.8.4.tar.gz 512582 BLAKE2B 623e224ec71756cc2528346ac62b8e58ac4d5ef55d9e31e667d5389aa5b2dad712f60c7e90df5c831f57bf28e0ccbd00ddece4ade46410c28b67adb1a041a85f SHA512 07e55ed3f09326e1973215046e3b172f6065a7ed0ae657cba7a6825a26bb103bdbf8b83126bafd99f332fe0eec3547bcd6e618d6e9f612ddcf9c504bb850dcd9 -DIST pylint-2.2.2.tar.gz 568313 BLAKE2B a6a3a48a96820bf9412dbd5f3e643d95fe7c9ead9752920d9979debaf5da53a3b5076c39975dd37420c86b71fd2ed2f513c42663fbaf1e6103a0958271773c58 SHA512 29a9bf39413479cb2996b1a2e0d3aaa1845faf3038b17c30948554c359fe8cc858e9bfc0488ed0af204daea22e0ab36d765c447eae66ac7ac6d60d66d9a33fef DIST pylint-2.3.1.tar.gz 577767 BLAKE2B 2af206a9d9be04f369c2bbc39c5ddb80c29a5a39c20d75bfec84498882eab628a7cf5abcc5786933304ed99bd00ffa142b9a58abab348c947799f962b877bb30 SHA512 924d8adc95f04ba750b3b44fe79ac569151ea7c8f693cc9867bcda3878209ebc2202931702b98f80709d161d3781b6e181aea0ded35a3323c023497e2a749ea9 diff --git a/dev-python/pylint/pylint-2.2.2.ebuild b/dev-python/pylint/pylint-2.2.2.ebuild deleted file mode 100644 index a748dde9b80..000 --- a/dev-python/pylint/pylint-2.2.2.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{5,6,7} ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 eutils - -DESCRIPTION="Python code static checker" -HOMEPAGE="https://www.logilab.org/project/pylint - https://pypi.org/project/pylint/ - https://github.com/pycqa/pylint"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc64 ~sparc ~x86" -IUSE="doc examples test" - -RDEPEND=" - >=dev-python/astroid-2.0.0[${PYTHON_USEDEP}] - >=dev-python/isort-4.2.5[${PYTHON_USEDEP}] - dev-python/mccabe[${PYTHON_USEDEP}] - virtual/python-singledispatch[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/pytest-runner[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( ${RDEPEND} - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - )" - -python_compile_all() { - # selection of straight html triggers a trivial annoying bug, we skirt it - use doc && PYTHONPATH="${S}" emake -e -C doc singlehtml -} - -python_test() { - ${EPYTHON} -m pytest -v pylint/test/ || die "tests failed" -} - -python_install_all() { - doman man/{pylint,pyreverse}.1 - if use examples ; then - docinto examples - dodoc -r examples/. - fi - use doc && local HTML_DOCS=( doc/_build/singlehtml/. ) - distutils-r1_python_install_all -} - -pkg_postinst() { - # Optional dependency on "tk" USE flag would break support for Jython. - optfeature "pylint-gui script requires dev-lang/python with \"tk\" USE flag enabled." 'dev-lang/python[tk]' -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/astroid/
commit: 9d4f5754d13746feec97798dcbf81aac93392fb8 Author: Virgil Dupras gentoo org> AuthorDate: Mon Mar 18 02:49:48 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Mon Mar 18 02:49:48 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d4f5754 dev-python/astroid: bump to 2.2.5 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/astroid/Manifest | 1 + dev-python/astroid/astroid-2.2.5.ebuild | 51 + 2 files changed, 52 insertions(+) diff --git a/dev-python/astroid/Manifest b/dev-python/astroid/Manifest index 0fe7fd2ed0b..d3981220377 100644 --- a/dev-python/astroid/Manifest +++ b/dev-python/astroid/Manifest @@ -1,3 +1,4 @@ DIST astroid-1.4.8.tar.gz 184091 BLAKE2B 7180b98c757c8681dd0abaed1e79d2c58ce676aff07b539af8776d589ff23770335d0ba4ce5c9b3940b0428dd10174e7c6eff66aeb500e6ac561734e27975be0 SHA512 54bb20edf5518b417470a2d63210802b267fe727f9d30e1ac5000db00a7894739b1c4249468fb55df81b55d382f3a5bbe019876141f7ee4d94040fd699dc0c2c DIST astroid-1.6.5.tar.gz 255688 BLAKE2B 7547e4c537f73ef77b61fba1ab8640c7cd50014ae52e4e4b8f8209a000c55bbdbb1ddcd3fb90d078f99a34d4a4779adabc8ad71af40c3a4547fe3e0d814b328c SHA512 f51f275c9f04809c8993d187cb62fadc84003ddc954d371356474dbe6b719868406fd9188c560f5b658b8b44bb6a4d3ee0785e809e789ca117e2bcbdb58aec53 DIST astroid-2.1.0.tar.gz 276196 BLAKE2B f09ef4629bb29d0492f1f6ddafd1c0f4d4ef09df5612f3a9a811b09dec7a8c6294a44458e79223232f467a70434022cc23b4745515199beaf4727bd0591bccb3 SHA512 ca200d51613782a85c3f164e9ef55bac1de288c45e7662645ef080cc84a88e34499b2a924b130e9215418842c25352bb948c02d569ac45c251ac37bc57f0dcd8 +DIST astroid-2.2.5.tar.gz 281829 BLAKE2B 2cc341caac381fb44b0302e8057a6e2105a6a82dbf807f8a59598e15c5658cc30d4c32e3b58ebbc94c4559f2b2274373f5ed6c4b86b4e8eff86dd91a5520e7ce SHA512 71c8c26314f666e2b9519a83dd9476fbfe0ad7d72f5308f6a94b83c5442dc695bc3e51155df45586ff2ff0eec522a02286d00ac566d542f0b82e5e0d0d7d9c65 diff --git a/dev-python/astroid/astroid-2.2.5.ebuild b/dev-python/astroid/astroid-2.2.5.ebuild new file mode 100644 index 000..76a004ab8c6 --- /dev/null +++ b/dev-python/astroid/astroid-2.2.5.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7} ) + +inherit distutils-r1 + +DESCRIPTION="Abstract Syntax Tree for logilab packages" +HOMEPAGE="https://github.com/PyCQA/astroid https://pypi.org/project/astroid/"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc64 ~sparc ~x86" +IUSE="test" + +# Version specified in __pkginfo__.py. +RDEPEND=" + dev-python/lazy-object-proxy[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + dev-python/wrapt[${PYTHON_USEDEP}] + >=dev-python/typed-ast-1.3.0[${PYTHON_USEDEP}]" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + ${RDEPEND} + dev-python/nose[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] + )" + +PATCHES=( + "${FILESDIR}/${PN}-2.1.0-no-pytest-runner.patch" +) + +python_prepare_all() { + # Disable failing tests + + # no idea why this test fails + sed -i -e "s/test_knownValues_get_builtin_module_part/_&/" \ + astroid/tests/unittest_modutils.py || die + + distutils-r1_python_prepare_all +} + +python_test() { + ${EPYTHON} -m pytest -v --pyarg astroid/tests || die "tests failed" +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/astroid/, dev-python/astroid/files/
commit: 19ba32940a9fd36d2343549dfcb857a4c03c6fdc Author: Virgil Dupras gentoo org> AuthorDate: Mon Mar 18 02:51:26 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Mon Mar 18 02:51:26 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ba3294 dev-python/astroid: remove old Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/astroid/Manifest| 1 - dev-python/astroid/astroid-2.1.0.ebuild| 52 -- .../astroid/files/astroid-2.1.0-fix-tests.patch| 16 --- 3 files changed, 69 deletions(-) diff --git a/dev-python/astroid/Manifest b/dev-python/astroid/Manifest index d3981220377..c22c17e4684 100644 --- a/dev-python/astroid/Manifest +++ b/dev-python/astroid/Manifest @@ -1,4 +1,3 @@ DIST astroid-1.4.8.tar.gz 184091 BLAKE2B 7180b98c757c8681dd0abaed1e79d2c58ce676aff07b539af8776d589ff23770335d0ba4ce5c9b3940b0428dd10174e7c6eff66aeb500e6ac561734e27975be0 SHA512 54bb20edf5518b417470a2d63210802b267fe727f9d30e1ac5000db00a7894739b1c4249468fb55df81b55d382f3a5bbe019876141f7ee4d94040fd699dc0c2c DIST astroid-1.6.5.tar.gz 255688 BLAKE2B 7547e4c537f73ef77b61fba1ab8640c7cd50014ae52e4e4b8f8209a000c55bbdbb1ddcd3fb90d078f99a34d4a4779adabc8ad71af40c3a4547fe3e0d814b328c SHA512 f51f275c9f04809c8993d187cb62fadc84003ddc954d371356474dbe6b719868406fd9188c560f5b658b8b44bb6a4d3ee0785e809e789ca117e2bcbdb58aec53 -DIST astroid-2.1.0.tar.gz 276196 BLAKE2B f09ef4629bb29d0492f1f6ddafd1c0f4d4ef09df5612f3a9a811b09dec7a8c6294a44458e79223232f467a70434022cc23b4745515199beaf4727bd0591bccb3 SHA512 ca200d51613782a85c3f164e9ef55bac1de288c45e7662645ef080cc84a88e34499b2a924b130e9215418842c25352bb948c02d569ac45c251ac37bc57f0dcd8 DIST astroid-2.2.5.tar.gz 281829 BLAKE2B 2cc341caac381fb44b0302e8057a6e2105a6a82dbf807f8a59598e15c5658cc30d4c32e3b58ebbc94c4559f2b2274373f5ed6c4b86b4e8eff86dd91a5520e7ce SHA512 71c8c26314f666e2b9519a83dd9476fbfe0ad7d72f5308f6a94b83c5442dc695bc3e51155df45586ff2ff0eec522a02286d00ac566d542f0b82e5e0d0d7d9c65 diff --git a/dev-python/astroid/astroid-2.1.0.ebuild b/dev-python/astroid/astroid-2.1.0.ebuild deleted file mode 100644 index 5b0bb04f7bb..000 --- a/dev-python/astroid/astroid-2.1.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{5,6,7} ) - -inherit distutils-r1 - -DESCRIPTION="Abstract Syntax Tree for logilab packages" -HOMEPAGE="https://github.com/PyCQA/astroid https://pypi.org/project/astroid/"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc64 ~sparc ~x86" -IUSE="test" - -# Version specified in __pkginfo__.py. -RDEPEND=" - dev-python/lazy-object-proxy[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/wrapt[${PYTHON_USEDEP}] - $(python_gen_cond_dep '<=dev-python/typed-ast-1.2.0[${PYTHON_USEDEP}]' python3_5 python3_6)" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - ${RDEPEND} - dev-python/nose[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - )" - -PATCHES=( - "${FILESDIR}/${PN}-2.1.0-fix-tests.patch" - "${FILESDIR}/${PN}-2.1.0-no-pytest-runner.patch" -) - -python_prepare_all() { - # Disable failing tests - - # no idea why this test fails - sed -i -e "s/test_knownValues_get_builtin_module_part/_&/" \ - astroid/tests/unittest_modutils.py || die - - distutils-r1_python_prepare_all -} - -python_test() { - ${EPYTHON} -m pytest -v --pyarg astroid/tests || die "tests failed" -} diff --git a/dev-python/astroid/files/astroid-2.1.0-fix-tests.patch b/dev-python/astroid/files/astroid-2.1.0-fix-tests.patch deleted file mode 100644 index 32e75225507..000 --- a/dev-python/astroid/files/astroid-2.1.0-fix-tests.patch +++ /dev/null @@ -1,16 +0,0 @@ -typed_ast doesn't support py37 yet and disables its support under py37. -However, when dev-python/types-ast is installed, the test suite mistakenly -thinks that it has to test typed_ast-related things and fails. -diff --git a/astroid/tests/unittest_nodes.py b/astroid/tests/unittest_nodes.py -index 56b195c2..762f1af2 100644 a/astroid/tests/unittest_nodes.py -+++ b/astroid/tests/unittest_nodes.py -@@ -49,6 +49,8 @@ try: - except ImportError: - HAS_TYPED_AST = False - -+if sys.version_info[:2] >= (3, 7): -+HAS_TYPED_AST = False - - class AsStringTest(resources.SysPathSetup, unittest.TestCase): - def test_tuple_as_string(self):
[gentoo-commits] repo/gentoo:master commit in: dev-python/pylint/
commit: f0b0730b7ae84aecf42e5dd7dfd2edec79770acc Author: Virgil Dupras gentoo org> AuthorDate: Mon Mar 18 02:52:36 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Mon Mar 18 02:52:36 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b0730b dev-python/pylint: bump to 2.3.1 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/pylint/Manifest| 1 + dev-python/pylint/pylint-2.3.1.ebuild | 56 +++ 2 files changed, 57 insertions(+) diff --git a/dev-python/pylint/Manifest b/dev-python/pylint/Manifest index 65895909f11..c4378543c5d 100644 --- a/dev-python/pylint/Manifest +++ b/dev-python/pylint/Manifest @@ -1,3 +1,4 @@ DIST pylint-1.6.5.tar.gz 465578 BLAKE2B 05412a528878633ef7529dd2f2d2d1989bc940626d62764f476bbc024e34fea06883fae829fe6617ebfffde54dfa5600c140b9a25e6c9633f48d76f5c331 SHA512 2fac352dc752b37f1ce4f7fefe5afbbc880d7e6c38f164d1c50734716af1dd6fe31f7d41e145a8256837d5a63b1989efec40c169fc14840cf8eb4e18d9bb2410 DIST pylint-1.8.4.tar.gz 512582 BLAKE2B 623e224ec71756cc2528346ac62b8e58ac4d5ef55d9e31e667d5389aa5b2dad712f60c7e90df5c831f57bf28e0ccbd00ddece4ade46410c28b67adb1a041a85f SHA512 07e55ed3f09326e1973215046e3b172f6065a7ed0ae657cba7a6825a26bb103bdbf8b83126bafd99f332fe0eec3547bcd6e618d6e9f612ddcf9c504bb850dcd9 DIST pylint-2.2.2.tar.gz 568313 BLAKE2B a6a3a48a96820bf9412dbd5f3e643d95fe7c9ead9752920d9979debaf5da53a3b5076c39975dd37420c86b71fd2ed2f513c42663fbaf1e6103a0958271773c58 SHA512 29a9bf39413479cb2996b1a2e0d3aaa1845faf3038b17c30948554c359fe8cc858e9bfc0488ed0af204daea22e0ab36d765c447eae66ac7ac6d60d66d9a33fef +DIST pylint-2.3.1.tar.gz 577767 BLAKE2B 2af206a9d9be04f369c2bbc39c5ddb80c29a5a39c20d75bfec84498882eab628a7cf5abcc5786933304ed99bd00ffa142b9a58abab348c947799f962b877bb30 SHA512 924d8adc95f04ba750b3b44fe79ac569151ea7c8f693cc9867bcda3878209ebc2202931702b98f80709d161d3781b6e181aea0ded35a3323c023497e2a749ea9 diff --git a/dev-python/pylint/pylint-2.3.1.ebuild b/dev-python/pylint/pylint-2.3.1.ebuild new file mode 100644 index 000..db307294d85 --- /dev/null +++ b/dev-python/pylint/pylint-2.3.1.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_REQ_USE="threads(+)" + +inherit distutils-r1 eutils + +DESCRIPTION="Python code static checker" +HOMEPAGE="https://www.logilab.org/project/pylint + https://pypi.org/project/pylint/ + https://github.com/pycqa/pylint"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc64 ~sparc ~x86" +IUSE="doc examples test" + +RDEPEND=" + >=dev-python/astroid-2.2.0[${PYTHON_USEDEP}] + >=dev-python/isort-4.2.5[${PYTHON_USEDEP}] + dev-python/mccabe[${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/pytest-runner[${PYTHON_USEDEP}] + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) + test? ( ${RDEPEND} + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + )" + +python_compile_all() { + # selection of straight html triggers a trivial annoying bug, we skirt it + use doc && PYTHONPATH="${S}" emake -e -C doc singlehtml +} + +python_test() { + ${EPYTHON} -m pytest -v pylint/test/ || die "tests failed" +} + +python_install_all() { + doman man/{pylint,pyreverse}.1 + if use examples ; then + docinto examples + dodoc -r examples/. + fi + use doc && local HTML_DOCS=( doc/_build/singlehtml/. ) + distutils-r1_python_install_all +} + +pkg_postinst() { + # Optional dependency on "tk" USE flag would break support for Jython. + optfeature "pylint-gui script requires dev-lang/python with \"tk\" USE flag enabled." 'dev-lang/python[tk]' +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/isort/
commit: 9a180e538999b5bac3cde893a56cb335c3cc1ab0 Author: Virgil Dupras gentoo org> AuthorDate: Mon Mar 18 03:07:53 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Mon Mar 18 03:07:53 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a180e53 dev-python/isort: bump to 4.3.15 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/isort/Manifest| 2 +- dev-python/isort/{isort-4.3.4.ebuild => isort-4.3.15.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/isort/Manifest b/dev-python/isort/Manifest index 99f47f23ddb..4df4bd97712 100644 --- a/dev-python/isort/Manifest +++ b/dev-python/isort/Manifest @@ -1,2 +1,2 @@ DIST isort-4.2.5.tar.gz 36361 BLAKE2B 7133ab999200412bc880a5413de81ff0b7718383eaf7f50dd1ca12da4d7ee24f8d47af60e7416ca6898a32074779c4f293d897a0f7d62c2539b10a686484c121 SHA512 ddc8e859bb421e4179315d74896958c8279394d42a75494db5dc22c58422994aa249b63c03645626a021ccf9142941bde51ad400256ab1c6be29da8110375f40 -DIST isort-4.3.4.tar.gz 56070 BLAKE2B c0f7c3d744fcd54b0507d3e7d5963c5d9fb810552ad284206031aa979766cd2e7e141886f29130a000bf827696477a46c33ed5cafe4be6571a243bd6dc97 SHA512 ffe679b96223f5f41d14c61051a875233857f7ccab33211c195ed62b85cc1e9bef0af67f9960e94322fff216c1bfaaa583fbd2ef20e258f90a184a25d011213a +DIST isort-4.3.15.tar.gz 67949 BLAKE2B e78960518928cd74c15733bbc14bf066798ecbcc3e906754c10e352e7b88843451a1d0616d1b450100c77e95974f863951d640c9568277e867fcdfba8f44abdb SHA512 a5774d4f3c49c978e9043e52681e80011591422e60178d72074142725d9d7fa5065553686fd42bffe9e71b38b2b5bdaaa6f20e32cd8dbe33beb9431c397d78e5 diff --git a/dev-python/isort/isort-4.3.4.ebuild b/dev-python/isort/isort-4.3.15.ebuild similarity index 92% rename from dev-python/isort/isort-4.3.4.ebuild rename to dev-python/isort/isort-4.3.15.ebuild index c324d362dac..89c9ea4bbfe 100644 --- a/dev-python/isort/isort-4.3.4.ebuild +++ b/dev-python/isort/isort-4.3.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7
[gentoo-commits] repo/gentoo:master commit in: dev-python/pylint/files/, dev-python/pylint/
commit: 4e0657d2c74d4ca68c354c78d0ec8356e067c04f Author: Virgil Dupras gentoo org> AuthorDate: Mon Mar 18 23:44:04 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Mon Mar 18 23:44:04 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e0657d2 dev-python/pylint: fix docs build Closes: https://bugs.gentoo.org/680848 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/pylint/files/pylint-2.3.1-sphinx-theme.patch | 14 ++ dev-python/pylint/pylint-2.3.1.ebuild | 4 2 files changed, 18 insertions(+) diff --git a/dev-python/pylint/files/pylint-2.3.1-sphinx-theme.patch b/dev-python/pylint/files/pylint-2.3.1-sphinx-theme.patch new file mode 100644 index 000..9353a90957f --- /dev/null +++ b/dev-python/pylint/files/pylint-2.3.1-sphinx-theme.patch @@ -0,0 +1,14 @@ +It's not worth introducing a new dependency for a mere sphinx theme... +diff --git a/doc/conf.py b/doc/conf.py +index ada9ec49..2bd66593 100644 +--- a/doc/conf.py b/doc/conf.py +@@ -99,7 +99,7 @@ pygments_style = 'sphinx' + + # The theme to use for HTML and HTML Help pages. See the documentation for + # a list of builtin themes. +-html_theme = 'python_docs_theme' ++html_theme = 'nature' + + # Theme options are theme-specific and customize the look and feel of a theme + # further. For a list of options available for each theme, see the diff --git a/dev-python/pylint/pylint-2.3.1.ebuild b/dev-python/pylint/pylint-2.3.1.ebuild index db307294d85..a9f24be3a26 100644 --- a/dev-python/pylint/pylint-2.3.1.ebuild +++ b/dev-python/pylint/pylint-2.3.1.ebuild @@ -31,6 +31,10 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] )" +PATCHES=( + "${FILESDIR}/${PN}-2.3.1-sphinx-theme.patch" +) + python_compile_all() { # selection of straight html triggers a trivial annoying bug, we skirt it use doc && PYTHONPATH="${S}" emake -e -C doc singlehtml
[gentoo-commits] repo/gentoo:master commit in: dev-python/pylint/files/, dev-python/pylint/
commit: 95ea4e83efda3fb594936d53a980f2c84031151e Author: Virgil Dupras gentoo org> AuthorDate: Mon Mar 18 23:47:17 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Mon Mar 18 23:47:17 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95ea4e83 dev-python/pylint: remove pytest-runner dependency It's useless Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch | 12 dev-python/pylint/pylint-2.3.1.ebuild | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch b/dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch new file mode 100644 index 000..4caf59bb30e --- /dev/null +++ b/dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch @@ -0,0 +1,12 @@ +diff --git a/setup.py b/setup.py +index a7b5e413..841a1c0d 100644 +--- a/setup.py b/setup.py +@@ -169,7 +169,6 @@ def install(**kwargs): + extras_require=extras_require, + test_suite='test', + python_requires='>=3.4.*', +- setup_requires=['pytest-runner'], + tests_require=['pytest'], + **kwargs) + diff --git a/dev-python/pylint/pylint-2.3.1.ebuild b/dev-python/pylint/pylint-2.3.1.ebuild index a9f24be3a26..7e1e963e3a5 100644 --- a/dev-python/pylint/pylint-2.3.1.ebuild +++ b/dev-python/pylint/pylint-2.3.1.ebuild @@ -24,7 +24,6 @@ RDEPEND=" >=dev-python/isort-4.2.5[${PYTHON_USEDEP}] dev-python/mccabe[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/pytest-runner[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] @@ -33,6 +32,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] PATCHES=( "${FILESDIR}/${PN}-2.3.1-sphinx-theme.patch" + "${FILESDIR}/${PN}-2.3.1-no-pytest-runner.patch" ) python_compile_all() {
[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest/
commit: 01ffa94ce0d63d5402a61b3c22b9fc651d467161 Author: Virgil Dupras gentoo org> AuthorDate: Tue Mar 19 01:51:09 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Tue Mar 19 01:51:09 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ffa94c dev-python/pytest: remove old Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/pytest/Manifest| 1 - dev-python/pytest/pytest-4.2.1.ebuild | 64 --- 2 files changed, 65 deletions(-) diff --git a/dev-python/pytest/Manifest b/dev-python/pytest/Manifest index 2bd61448033..a70b809cb79 100644 --- a/dev-python/pytest/Manifest +++ b/dev-python/pytest/Manifest @@ -1,5 +1,4 @@ DIST pytest-3.10.1.tar.gz 892420 BLAKE2B 38849ae69bf4380bc1a99aa105cac04be078da4460373dfc16fa555238b2830fa2f5ae6c19de8aa2af9ac18d87c5d2705d62f7b2e67e4a62d843f6a28bbd76fd SHA512 30ff79c0fdcbeef68e1191ff400a20428e391717f06957f554b694b94b565dca01346fe989c3e443c4402f3b2bdbd5564f6303a4447f933fb54cba45628f DIST pytest-3.2.2.tar.gz 786396 BLAKE2B e669da930890e902b0323ec3a6685080ddd889e74655f7b4cb08ec421651f987597021a31471aab5a32d637b99620ce7792cbdf8f85561db3bb10ff06a446ba1 SHA512 6df3a50e7d1efeaf7a283920b16d1daf800798f422bc851b0aacd2bbd5cb0a88c95f9057fae49943b9dfe6527ed552cdf8d983b944ab91d0af252ee4f6eb82db DIST pytest-3.4.2.tar.gz 812719 BLAKE2B 96623d6cdea4bd79778175c18c949938505f1862010f700f9a8cb85f445910381af391a5b69e664fbbfc254bf46502c798c72026772070236a0a3bca7aeeb3d6 SHA512 787065ab76d4482799bb2da9f024c9c383e68cc1cc01f3b80f6ed9444ca6383d20953615696ed4dd01668777b094cf5002b23c4ce51828879dcf8ebf2170c71b -DIST pytest-4.2.1.tar.gz 913065 BLAKE2B cde085627872d601df1c6d91d9620fbb97789b6e176fe104bc991faa800268e5e61651e211a8840743b21f8cd9b57dcee8685143e2f4d56d197afae35a577aed SHA512 e41bf7c685cacd62261df6d356911297a65ba85e13a50f8aed23d382d257c4c1cd3213971a3970fec210b8e97b72bd0034c0c1f87be7f306286d541c5ea57097 DIST pytest-4.3.1.tar.gz 917608 BLAKE2B 62fea17e481984489d640872aac4f18b7278688b499302f407fd618b6357e3cb18e995f6f0974ba16da51bae5e3337732d2e1a0a6cc65936f8936d3bc7981809 SHA512 5c76100b9efc9176803807a54ff25bfaba065fe3e8fea28b9b2f3ade289056d174e0cc4e1f399eba4ee8642e8990f43f5dc68b59cf55b7d81a43cd7cb363f542 diff --git a/dev-python/pytest/pytest-4.2.1.ebuild b/dev-python/pytest/pytest-4.2.1.ebuild deleted file mode 100644 index ab4d8190973..000 --- a/dev-python/pytest/pytest-4.2.1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} ) - -inherit distutils-r1 - -DESCRIPTION="Simple powerful testing with Python" -HOMEPAGE="http://pytest.org/"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" - -# When bumping, please check setup.py for the proper py version -PY_VER="1.5.0" - -# pathlib2 has been added to stdlib before py3.6, but pytest needs __fspath__ -# support, which only came in py3.6. -RDEPEND=" - >=dev-python/atomicwrites-1.0[${PYTHON_USEDEP}] - >=dev-python/attrs-17.4.0[${PYTHON_USEDEP}] - >=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' python2_7 python3_{4,5} ) - >=dev-python/pluggy-0.7[${PYTHON_USEDEP}] - >=dev-python/py-${PY_VER}[${PYTHON_USEDEP}] - >=dev-python/setuptools-40[${PYTHON_USEDEP}] - >=dev-python/six-1.10.0[${PYTHON_USEDEP}] - virtual/python-funcsigs[${PYTHON_USEDEP}]" - -# flake & pytest-capturelog cause a number of tests to fail -DEPEND="${RDEPEND} - dev-python/setuptools_scm[${PYTHON_USEDEP}] - test? ( - >=dev-python/hypothesis-3.56[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2) - dev-python/requests[${PYTHON_USEDEP}] - !!dev-python/flaky - !!dev-python/pytest-capturelog - !!=${PY_VER}" setup.py || die "Incorrect dev-python/py dependency" - - # Something in the ebuild environment causes this to hang/error. - # https://bugs.gentoo.org/598442 - rm testing/test_pdb.py || die - - distutils-r1_python_prepare_all -} - -python_test() { - # In v4.1.1, pytest started being picky about its own verbosity options. - # running pytest on itself with -vv made 3 tests fail. This is why we don't - # have it below. - "${EPYTHON}" "${BUILD_DIR}"/lib/pytest.py --lsof -rfsxX \ - || die "tests failed with ${EPYTHON}" -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest/
commit: 81e5c3994d27945eeb460c56cc64451982d2490b Author: Virgil Dupras gentoo org> AuthorDate: Tue Mar 19 01:49:34 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Tue Mar 19 01:49:34 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e5c399 dev-python/pytest: bump to 4.3.1 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/pytest/Manifest | 2 +- dev-python/pytest/{pytest-4.3.0.ebuild => pytest-4.3.1.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest/Manifest b/dev-python/pytest/Manifest index 1c92fd62100..2bd61448033 100644 --- a/dev-python/pytest/Manifest +++ b/dev-python/pytest/Manifest @@ -2,4 +2,4 @@ DIST pytest-3.10.1.tar.gz 892420 BLAKE2B 38849ae69bf4380bc1a99aa105cac04be078da4 DIST pytest-3.2.2.tar.gz 786396 BLAKE2B e669da930890e902b0323ec3a6685080ddd889e74655f7b4cb08ec421651f987597021a31471aab5a32d637b99620ce7792cbdf8f85561db3bb10ff06a446ba1 SHA512 6df3a50e7d1efeaf7a283920b16d1daf800798f422bc851b0aacd2bbd5cb0a88c95f9057fae49943b9dfe6527ed552cdf8d983b944ab91d0af252ee4f6eb82db DIST pytest-3.4.2.tar.gz 812719 BLAKE2B 96623d6cdea4bd79778175c18c949938505f1862010f700f9a8cb85f445910381af391a5b69e664fbbfc254bf46502c798c72026772070236a0a3bca7aeeb3d6 SHA512 787065ab76d4482799bb2da9f024c9c383e68cc1cc01f3b80f6ed9444ca6383d20953615696ed4dd01668777b094cf5002b23c4ce51828879dcf8ebf2170c71b DIST pytest-4.2.1.tar.gz 913065 BLAKE2B cde085627872d601df1c6d91d9620fbb97789b6e176fe104bc991faa800268e5e61651e211a8840743b21f8cd9b57dcee8685143e2f4d56d197afae35a577aed SHA512 e41bf7c685cacd62261df6d356911297a65ba85e13a50f8aed23d382d257c4c1cd3213971a3970fec210b8e97b72bd0034c0c1f87be7f306286d541c5ea57097 -DIST pytest-4.3.0.tar.gz 915820 BLAKE2B ee8c55bb3a6e79d4897b218f372f8b0ceb524ea627f2e803484d83791ebe979da760695d3f6d7d85bc6494bdee1079f71aaf2418f1bd9e2318aba7471445413e SHA512 67894dc6c7001290e3372b5015227cf800c02d40ff28f76fad1249bd866f25c2368d8f0895d7c97a6b3318608f88e44db0bff723e7aeef79e380227cd7ec147e +DIST pytest-4.3.1.tar.gz 917608 BLAKE2B 62fea17e481984489d640872aac4f18b7278688b499302f407fd618b6357e3cb18e995f6f0974ba16da51bae5e3337732d2e1a0a6cc65936f8936d3bc7981809 SHA512 5c76100b9efc9176803807a54ff25bfaba065fe3e8fea28b9b2f3ade289056d174e0cc4e1f399eba4ee8642e8990f43f5dc68b59cf55b7d81a43cd7cb363f542 diff --git a/dev-python/pytest/pytest-4.3.0.ebuild b/dev-python/pytest/pytest-4.3.1.ebuild similarity index 100% rename from dev-python/pytest/pytest-4.3.0.ebuild rename to dev-python/pytest/pytest-4.3.1.ebuild
[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-websupport/
commit: 5708fc9f5b8feafecedf6da47d5e512f72abb1f5 Author: Virgil Dupras gentoo org> AuthorDate: Tue Mar 19 23:44:33 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Tue Mar 19 23:44:33 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5708fc9f dev-python/sphinxcontrib-websupport: remove old Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/sphinxcontrib-websupport/Manifest | 1 - .../sphinxcontrib-websupport-1.0.1-r1.ebuild | 43 -- 2 files changed, 44 deletions(-) diff --git a/dev-python/sphinxcontrib-websupport/Manifest b/dev-python/sphinxcontrib-websupport/Manifest index 438d76f70b3..9c05cfb2f57 100644 --- a/dev-python/sphinxcontrib-websupport/Manifest +++ b/dev-python/sphinxcontrib-websupport/Manifest @@ -1,2 +1 @@ -DIST sphinxcontrib-websupport-1.0.1.tar.gz 590480 BLAKE2B 1be40595094233ca2ddb1a367039320fe6655b1a6bbf251d7722b60efe0d0cfbe1cdb38455f47f4fb6810500e0e4923f5a9a74df4f79d1544261c4706a59e8fb SHA512 67807b2505e063639163b020f0e62469b0c2838c303516cce9a8d90181cc7b8a10d76532adb1267556d40f95966efc20ec9f8ee1a6731056bda827a6f97f40ec DIST sphinxcontrib-websupport-1.1.0.tar.gz 587947 BLAKE2B fafaa56071245c8934e27c6d2d7752745b2a8047c8a30d52e513fff7f952086a1b9082aa15e15ef232d69ef0c0d5d117f8a8c97fcdf9cd90c89d53238d7f322e SHA512 adbd7db06150a4424a881a22442c2535ed823c7adcc295ef9c3af5ae38d823349830a114e8a7af2138498d0e68b37189707c1bb5a28b45c76031bcf94210fb89 diff --git a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1-r1.ebuild b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1-r1.ebuild deleted file mode 100644 index 0cfb52983d5..000 --- a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) - -inherit distutils-r1 - -DESCRIPTION="Sphinx websupport extension" -HOMEPAGE="http://www.sphinx-doc.org"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris" -IUSE="test" - -RDEPEND=" - >=dev-python/sqlalchemy-0.9[${PYTHON_USEDEP}] - >=dev-python/whoosh-2.0[${PYTHON_USEDEP}] - >=dev-python/six-1.5[${PYTHON_USEDEP}] - dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]" -# avoid circular dependency with sphinx -PDEPEND=" - >=dev-python/sphinx-1.5.3[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - ${RDEPEND} - ${PDEPEND} - dev-python/tox[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - )" - -python_install_all() { - distutils-r1_python_install_all - find "${ED}" -name '*.pth' -delete || die -} - -python_test() { - "${EPYTHON}" -m pytest tests/ || die "Tests fail with ${EPYTHON}" -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paranoid/
commit: d9b8d3867a66b2af382c4e067ae3209cb8992b76 Author: Virgil Dupras gentoo org> AuthorDate: Tue Mar 19 23:56:26 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Tue Mar 19 23:56:26 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b8d386 dev-python/flask-paranoid: stabilize on amd64 and x86 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild b/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild index 25fe0e5e498..ea57e7de83f 100644 --- a/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild +++ b/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paranoid/
commit: 7811c238b40cb22a869ca7fad072df28d15533f1 Author: Virgil Dupras gentoo org> AuthorDate: Tue Mar 19 23:57:18 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Tue Mar 19 23:57:18 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7811c238 dev-python/flask-paranoid: remove old Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/flask-paranoid/Manifest | 2 -- .../flask-paranoid/flask-paranoid-0.1.0.ebuild | 25 .../flask-paranoid/flask-paranoid-0.2.0.ebuild | 35 -- 3 files changed, 62 deletions(-) diff --git a/dev-python/flask-paranoid/Manifest b/dev-python/flask-paranoid/Manifest index 031f0a70a80..11d65eabcce 100644 --- a/dev-python/flask-paranoid/Manifest +++ b/dev-python/flask-paranoid/Manifest @@ -1,3 +1 @@ -DIST Flask-Paranoid-0.1.0.tar.gz 2619 BLAKE2B d161f711a2b4b0164dbe6b85a8b650703f6154a23b271305a37fdfc5f938963a2135b3b20b66833d8a993175098cafebcdae70361405d59ec25e72030a03ce59 SHA512 435b679d7ad027d813b887bfa1211318aa122c6bded879dcb3e803535671e21f81e52fd5abb3b82c998d862441e6b5123290f4bb2da70a4dec391b05601eb639 -DIST Flask-Paranoid-0.2.0.tar.gz 2630 BLAKE2B d103651dee2560ff6dfd0014da5830848dafe92c7ad5857bc46fc88dd69ab37d4a9443f4682ce8e94b965de646406d4cfda2dda8719bdf767824bf9a2e20a1f9 SHA512 3a5c48815715d3188d12c779dd229cad5a97936832727d58277b0b717d0995ac1ea7cac6a8061a5bf656f8f976cb06b27654f6a4c06e2747a56f45ba92391f49 DIST flask-paranoid-0.2.0.tar.gz 101084 BLAKE2B 5f1f92679da5f374699c8acc97300085840d47e57f48d935cba60e78782109f70651bb7f804410dbb241b48c96ec08498b8b2cc8c18573f14d0bc7972b746d19 SHA512 0d642999fa4d5b795c3dcecc586fc1600cdfceec4adb38bb87ca8be9825d9ddafabb07d98df573a89e61a44a0abd27cbbd21524237b0e23b337a7d5e32ddfdae diff --git a/dev-python/flask-paranoid/flask-paranoid-0.1.0.ebuild b/dev-python/flask-paranoid/flask-paranoid-0.1.0.ebuild deleted file mode 100644 index 20a4cfd125d..000 --- a/dev-python/flask-paranoid/flask-paranoid-0.1.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PN="Flask-Paranoid" -MY_P=${MY_PN}-${PV} - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) -inherit distutils-r1 - -DESCRIPTION="Simple user session protection extension for Flask" -HOMEPAGE="https://github.com/miguelgrinberg/flask-paranoid/"; -SRC_URI="mirror://pypi/F/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" - -SLOT="0" - -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="dev-python/flask[${PYTHON_USEDEP}]" - -S=${WORKDIR}/${MY_P} diff --git a/dev-python/flask-paranoid/flask-paranoid-0.2.0.ebuild b/dev-python/flask-paranoid/flask-paranoid-0.2.0.ebuild deleted file mode 100644 index 5fedbe3b43a..000 --- a/dev-python/flask-paranoid/flask-paranoid-0.2.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PN="Flask-Paranoid" -MY_P=${MY_PN}-${PV} - -DISTUTILS_IN_SOURCE_BUILD=1 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) -inherit distutils-r1 - -DESCRIPTION="Simple user session protection extension for Flask" -HOMEPAGE="https://github.com/miguelgrinberg/flask-paranoid/"; -SRC_URI="mirror://pypi/F/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" - -SLOT="0" - -KEYWORDS="amd64 x86" -IUSE="test" - -RDEPEND="dev-python/flask[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( dev-python/tox[${PYTHON_USEDEP}] ) -" - -S=${WORKDIR}/${MY_P} - -python_test() { - TOXENV=$(echo ${PYTHON} | sed 's:[^py0-9]::g') - echo "This is the setting of PYTHON: ${TOXENV}; and some stuff" - tox || die "Testing failed with ${EPYTHON}" -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/tinydb/, profiles/
commit: 1e561fbd4545132388ea6660df2d2104c8d782b7 Author: Virgil Dupras gentoo org> AuthorDate: Sun Oct 28 18:15:53 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Sun Oct 28 18:15:53 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e561fbd dev-python/tinydb: remove last-rited package Closes: https://bugs.gentoo.org/623292 Signed-off-by: Virgil Dupras gentoo.org> dev-python/tinydb/Manifest| 1 - dev-python/tinydb/metadata.xml| 16 dev-python/tinydb/tinydb-3.1.3.ebuild | 36 --- profiles/package.mask | 5 - 4 files changed, 58 deletions(-) diff --git a/dev-python/tinydb/Manifest b/dev-python/tinydb/Manifest deleted file mode 100644 index de871840ad9..000 --- a/dev-python/tinydb/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tinydb-3.1.3.zip 33969 BLAKE2B bece4ee03e54b2cefe2ffd9c452c1751a3a1bf9d2cdf78ffebf797ff714bced2247864d133fdc6b3ea429a4676b5322940e7847d7ddd328ebce8390fda07b0e4 SHA512 451f942f1fa38bf159cabc5b0738cb818921bf47a2159211a4048eee91a23dd734bcf3883e62d7b4ff85fa68def78edadf05d845a0ad0f3936d281e91de65ee6 diff --git a/dev-python/tinydb/metadata.xml b/dev-python/tinydb/metadata.xml deleted file mode 100644 index 5ebab5bc994..000 --- a/dev-python/tinydb/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - -pyt...@gentoo.org -Python - - -tinydb - - mar...@m-siemens.de - Markus Siemens - -msiemens/tinydb - - diff --git a/dev-python/tinydb/tinydb-3.1.3.ebuild b/dev-python/tinydb/tinydb-3.1.3.ebuild deleted file mode 100644 index 969de752f80..000 --- a/dev-python/tinydb/tinydb-3.1.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) - -inherit distutils-r1 - -DESCRIPTION="Tiny document-oriented database" -HOMEPAGE="https://github.com/msiemens/tinydb - https://pypi.org/project/tinydb/"; -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - )" - -python_prepare_all() { - sed \ - -e "s:find_packages():find_packages(exclude=['tests']):g" \ - -i setup.py || die - distutils-r1_python_prepare_all -} - -python_test() { - py.test -v -v || die -} diff --git a/profiles/package.mask b/profiles/package.mask index 6aa3199af11..d7e5c4a0128 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -163,11 +163,6 @@ dev-python/python-xcaplib # Removal in 30 days, bug #576334 app-eselect/eselect-mesa -# Virgil Dupras (27 Sep 2018) -# Outdated, unmaintained, no revdeps. -# Removal in 30 days, bug #623292 -dev-python/tinydb - # Michał Górny (24 Sep 2018) # Apparently breaks sys-devel/gcc. Bug #666954. =dev-util/debugedit-4.14.2
[gentoo-commits] repo/gentoo:master commit in: dev-lang/mujs/files/, dev-lang/mujs/
commit: d1328f92d871f75668d7ae9e352b3129c574863d Author: Conrad Kostecki kostecki com> AuthorDate: Sun Oct 28 19:15:32 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Tue Oct 30 00:05:57 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1328f92 dev-lang/mujs: bump to version 1.0.5 Closes: https://bugs.gentoo.org/show_bug.cgi?id=668492 Closes: https://bugs.gentoo.org/show_bug.cgi?id=669854 Closes: https://bugs.gentoo.org/show_bug.cgi?id=669884 Signed-off-by: Conrad Kostecki kostecki.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10283 Signed-off-by: Virgil Dupras gentoo.org> dev-lang/mujs/Manifest | 1 + dev-lang/mujs/files/mujs-1.0.5-flags.patch | 30 + dev-lang/mujs/metadata.xml | 8 + dev-lang/mujs/mujs-1.0.5.ebuild| 52 ++ 4 files changed, 91 insertions(+) diff --git a/dev-lang/mujs/Manifest b/dev-lang/mujs/Manifest index 55458109be0..026fba50ce5 100644 --- a/dev-lang/mujs/Manifest +++ b/dev-lang/mujs/Manifest @@ -1,3 +1,4 @@ DIST mujs-0_p20161202.tar.gz 105413 BLAKE2B a65a343d6f60975c88001cdd8eae881559eaf8ba94cf26c8aa9a9a3837cd47ee798c784ed9e90380a76ef328e56d63d1dccd8a85a4a7496d31046d221cf8d7b9 SHA512 90dd1bce44740715a6f642bdb376be230c4a03c7970c2026479cf014a080b98b56a2131ca7ef8bf9c05b91285fe7dcc21dd4ca83879750351d57088408a62cbc DIST mujs-1.0.1.tar.gz 116948 BLAKE2B 54d898eff95e65688a51d9df9175964609a55ad3243ffaa4da10f27a6262a20dd500cb76aefc22aa52799fed577864d15dfec9ed4aea24f0a4f1ff8dfa0a SHA512 46cbc45735dbf173d7fa5839e3b511730e4d42933c2286d170767659649ea88c2a3dcc74fb986d1eedb1d4fec8fcaaba146805cc9d0ef7da98bb5a9ce0c80a96 DIST mujs-1.0.4.tar.xz 91520 BLAKE2B 6ffe62b19b140e2ae63ebe59a3b3bd352936ccba53dda3b0fcf575440dc790a0767c7de8c0a1441d26c11c65074520a80050cc0efa1113be0df51a802e719574 SHA512 a32498fee20ab6ddc8bbf79b4fdd82f3560d4e4b28bbe57c4e8f1df4a8a5367a689b6c9a391761abe47a8f15d2832fede4a508330eb181744b9563ae9954c102 +DIST mujs-1.0.5.tar.gz 119353 BLAKE2B 48f1b598e50d5804b0d64230cdd6b4d3f719187ea0906f45c9f45baee2c8df59c6fd09dc25afc9e1ce4e20a9866d158d16a4632bec552fddd8fac70b20e2363f SHA512 c1c59b5e80e0e5f580f30dfc0b4707b6a1e44a73c746b9783bb24d91429ddf8ed670a7663478300cc568cfc15a511720b6d18be2ade40a3a66fc7ab8f3933c2d diff --git a/dev-lang/mujs/files/mujs-1.0.5-flags.patch b/dev-lang/mujs/files/mujs-1.0.5-flags.patch new file mode 100644 index 000..50de4fcff21 --- /dev/null +++ b/dev-lang/mujs/files/mujs-1.0.5-flags.patch @@ -0,0 +1,30 @@ +--- a/Makefile 2018-09-11 12:47:31.0 +0200 b/Makefile 2018-10-28 20:09:17.0 +0100 +@@ -15,7 +15,7 @@ + + # Compiler flags for various configurations: + +-CFLAGS := -std=c99 -pedantic -Wall -Wextra -Wno-unused-parameter ++CFLAGS += -std=c99 -pedantic -Wall -Wextra -Wno-unused-parameter + + ifeq "$(CC)" "clang" + CFLAGS += -Wunreachable-code +@@ -30,9 +30,6 @@ + else ifeq "$(build)" "sanitize" + CFLAGS += -pipe -g -fsanitize=address -fno-omit-frame-pointer + LDFLAGS += -fsanitize=address +-else +- CFLAGS += -Os +- LDFLAGS += -Wl,-s + endif + + ifeq "$(HAVE_READLINE)" "yes" +@@ -78,7 +75,7 @@ + + $(OUT)/libmujs.so: one.c $(HDRS) + @ mkdir -p $(dir $@) +- $(CC) $(CFLAGS) -fPIC -shared -o $@ $< -lm ++ $(CC) $(CFLAGS) $(LDFLAGS) -fPIC -shared -o $@ $< -lm + + $(OUT)/mujs: $(OUT)/libmujs.o $(OUT)/main.o + @ mkdir -p $(dir $@) diff --git a/dev-lang/mujs/metadata.xml b/dev-lang/mujs/metadata.xml index 68674fe1b80..ea8269a7881 100644 --- a/dev-lang/mujs/metadata.xml +++ b/dev-lang/mujs/metadata.xml @@ -9,4 +9,12 @@ vdup...@gentoo.org Virgil Dupras + + MuJS is a lightweight Javascript interpreter designed for embedding in + other software to extend them with scripting capabilities. + + + https://github.com/ccxvii/mujs/issues + ccxvii/mujs + diff --git a/dev-lang/mujs/mujs-1.0.5.ebuild b/dev-lang/mujs/mujs-1.0.5.ebuild new file mode 100644 index 000..11960e25273 --- /dev/null +++ b/dev-lang/mujs/mujs-1.0.5.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit flag-o-matic multilib toolchain-funcs + +DESCRIPTION="An embeddable Javascript interpreter in C." +HOMEPAGE=" + http://mujs.com/ + https://github.com/ccxvii/mujs/ +" +SRC_URI="https://github.com/ccxvii/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="static-libs" + +PATCHES=( + &q
[gentoo-commits] repo/gentoo:master commit in: dev-lang/mujs/
commit: 7f33ee8277d2f75e6db763b57eba7ca4564c940e Author: Virgil Dupras gentoo org> AuthorDate: Tue Oct 30 00:11:12 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Tue Oct 30 00:11:12 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f33ee82 dev-lang/mujs: remove inactive maintainer Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-lang/mujs/metadata.xml | 4 1 file changed, 4 deletions(-) diff --git a/dev-lang/mujs/metadata.xml b/dev-lang/mujs/metadata.xml index ea8269a7881..9019cb3c42c 100644 --- a/dev-lang/mujs/metadata.xml +++ b/dev-lang/mujs/metadata.xml @@ -1,10 +1,6 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - x...@gentoo.org - Michael Weber - vdup...@gentoo.org Virgil Dupras
[gentoo-commits] repo/gentoo:master commit in: dev-lang/mujs/, dev-lang/mujs/files/
commit: e9aabe50eeb1ae673c9ad99ad03b83284350cdfb Author: Virgil Dupras gentoo org> AuthorDate: Tue Oct 30 00:49:00 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Tue Oct 30 00:50:23 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9aabe50 dev-lang/mujs: remove old and vulnerable Bug: https://bugs.gentoo.org/646784 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-lang/mujs/Manifest | 1 - dev-lang/mujs/files/mujs-1.0.1-gentoo.patch | 37 - dev-lang/mujs/mujs-0_p20161202.ebuild | 4 +-- dev-lang/mujs/mujs-1.0.1-r1.ebuild | 42 - 4 files changed, 2 insertions(+), 82 deletions(-) diff --git a/dev-lang/mujs/Manifest b/dev-lang/mujs/Manifest index 026fba50ce5..f05faac21e9 100644 --- a/dev-lang/mujs/Manifest +++ b/dev-lang/mujs/Manifest @@ -1,4 +1,3 @@ DIST mujs-0_p20161202.tar.gz 105413 BLAKE2B a65a343d6f60975c88001cdd8eae881559eaf8ba94cf26c8aa9a9a3837cd47ee798c784ed9e90380a76ef328e56d63d1dccd8a85a4a7496d31046d221cf8d7b9 SHA512 90dd1bce44740715a6f642bdb376be230c4a03c7970c2026479cf014a080b98b56a2131ca7ef8bf9c05b91285fe7dcc21dd4ca83879750351d57088408a62cbc -DIST mujs-1.0.1.tar.gz 116948 BLAKE2B 54d898eff95e65688a51d9df9175964609a55ad3243ffaa4da10f27a6262a20dd500cb76aefc22aa52799fed577864d15dfec9ed4aea24f0a4f1ff8dfa0a SHA512 46cbc45735dbf173d7fa5839e3b511730e4d42933c2286d170767659649ea88c2a3dcc74fb986d1eedb1d4fec8fcaaba146805cc9d0ef7da98bb5a9ce0c80a96 DIST mujs-1.0.4.tar.xz 91520 BLAKE2B 6ffe62b19b140e2ae63ebe59a3b3bd352936ccba53dda3b0fcf575440dc790a0767c7de8c0a1441d26c11c65074520a80050cc0efa1113be0df51a802e719574 SHA512 a32498fee20ab6ddc8bbf79b4fdd82f3560d4e4b28bbe57c4e8f1df4a8a5367a689b6c9a391761abe47a8f15d2832fede4a508330eb181744b9563ae9954c102 DIST mujs-1.0.5.tar.gz 119353 BLAKE2B 48f1b598e50d5804b0d64230cdd6b4d3f719187ea0906f45c9f45baee2c8df59c6fd09dc25afc9e1ce4e20a9866d158d16a4632bec552fddd8fac70b20e2363f SHA512 c1c59b5e80e0e5f580f30dfc0b4707b6a1e44a73c746b9783bb24d91429ddf8ed670a7663478300cc568cfc15a511720b6d18be2ade40a3a66fc7ab8f3933c2d diff --git a/dev-lang/mujs/files/mujs-1.0.1-gentoo.patch b/dev-lang/mujs/files/mujs-1.0.1-gentoo.patch deleted file mode 100644 index c6c7977ac75..000 --- a/dev-lang/mujs/files/mujs-1.0.1-gentoo.patch +++ /dev/null @@ -1,37 +0,0 @@ a/Makefile -+++ b/Makefile -@@ -2,7 +2,7 @@ - - build ?= release - --prefix ?= /usr/local -+prefix ?= /usr - bindir ?= $(prefix)/bin - incdir ?= $(prefix)/include - libdir ?= $(prefix)/lib -@@ -11,7 +11,7 @@ - - # Compiler flags for various configurations: - --CFLAGS := -std=c99 -pedantic -Wall -Wextra -Wno-unused-parameter -+CFLAGS += -std=c99 -pedantic -Wall -Wextra -Wno-unused-parameter - - ifeq "$(CC)" "clang" - CFLAGS += -Wunreachable-code -@@ -22,16 +22,6 @@ - LDFLAGS += -Wl,--gc-sections - endif - --ifeq "$(build)" "debug" --CFLAGS += -g --else ifeq "$(build)" "sanitize" --CFLAGS += -pipe -g -fsanitize=address -fno-omit-frame-pointer --LDFLAGS += -fsanitize=address --else --CFLAGS += -Os --LDFLAGS += -Wl,-s --endif -- - # You shouldn't need to edit anything below here. - - OUT := build/$(build) diff --git a/dev-lang/mujs/mujs-0_p20161202.ebuild b/dev-lang/mujs/mujs-0_p20161202.ebuild index 711c77f0950..629e6c0a776 100644 --- a/dev-lang/mujs/mujs-0_p20161202.ebuild +++ b/dev-lang/mujs/mujs-0_p20161202.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="http://git.ghostscript.com/?p=mujs.git;a=snapshot;h=fd003eceda531e13fbd LICENSE="AGPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="arm" IUSE="" DEPEND="" diff --git a/dev-lang/mujs/mujs-1.0.1-r1.ebuild b/dev-lang/mujs/mujs-1.0.1-r1.ebuild deleted file mode 100644 index d0a2333dcf4..000 --- a/dev-lang/mujs/mujs-1.0.1-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit flag-o-matic multilib toolchain-funcs - -DESCRIPTION="lightweight Javascript interpreter" -HOMEPAGE="http://mujs.com/"; -SRC_URI="http://git.ghostscript.com/?p=mujs.git;a=snapshot;h=4792d16f17b15a1eca3c2a9c856dc13fda1d23c5;sf=tgz -> ${P}.tar.gz" - -LICENSE="AGPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="static-libs" - -PATCHES=( - "${FILESDIR}"/${PN}-1.0.1-gentoo.patch -) -S=${WORKDIR
[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/recaptcha-client/
commit: 719f6f939db4d521ada21e6b0273bdad97d2515d Author: Virgil Dupras gentoo org> AuthorDate: Tue Oct 30 12:29:04 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Tue Oct 30 12:29:04 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=719f6f93 dev-python/recaptcha-client: remove last-rited package Closes: https://bugs.gentoo.org/611614 Signed-off-by: Virgil Dupras gentoo.org> dev-python/recaptcha-client/Manifest | 1 - dev-python/recaptcha-client/metadata.xml | 11 --- .../recaptcha-client/recaptcha-client-1.0.6-r1.ebuild | 19 --- profiles/package.mask | 5 - 4 files changed, 36 deletions(-) diff --git a/dev-python/recaptcha-client/Manifest b/dev-python/recaptcha-client/Manifest deleted file mode 100644 index 8b05db8e3ec..000 --- a/dev-python/recaptcha-client/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST recaptcha-client-1.0.6.tar.gz 7389 BLAKE2B 454b1a5feaeb7bc2016ee44d2867a0ca6ebafdfcb04730931b16c65af1eea222922fdd9da502839d075648525cd8178c5795d008093275c299e25dad2ddb80e8 SHA512 c41954d722181ece934701df0701101b31cad74c15a123c2c641e671e5117a27ea23e1f52aa9126d7ddfd038438f951d45ec4112323306a91d81072e31b3f5bb diff --git a/dev-python/recaptcha-client/metadata.xml b/dev-python/recaptcha-client/metadata.xml deleted file mode 100644 index 4af40169ce1..000 --- a/dev-python/recaptcha-client/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - -pyt...@gentoo.org -Python - - -recaptcha-client - - diff --git a/dev-python/recaptcha-client/recaptcha-client-1.0.6-r1.ebuild b/dev-python/recaptcha-client/recaptcha-client-1.0.6-r1.ebuild deleted file mode 100644 index 971c2f02262..000 --- a/dev-python/recaptcha-client/recaptcha-client-1.0.6-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) - -inherit distutils-r1 - -DESCRIPTION="A plugin for reCAPTCHA and reCAPTCHA Mailhide" -HOMEPAGE="https://pypi.org/project/recaptcha-client/"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="amd64 x86" -IUSE="" - -LICENSE="MIT" -SLOT="0" - -RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/profiles/package.mask b/profiles/package.mask index d7e5c4a0128..8bd1ce18eca 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -141,11 +141,6 @@ net-analyzer/mate-netspeed # version for now =media-video/libav-13_pre20171219 -# Virgil Dupras (30 Sep 2018) -# Dead upstream, unmaintained, no revdeps. -# Removal in 30 days, bug #611614 -dev-python/recaptcha-client - # Michał Górny (30 Sep 2018) # Poor quality NIH ebuilds with multiple issues and lack of test suites. # They do not support Python 3 (even if somebody claimed otherwise,
[gentoo-commits] repo/gentoo:master commit in: dev-python/pygments/
commit: ba613e9363f949cc2d185a01ebdb0ea418d57193 Author: Virgil Dupras gentoo org> AuthorDate: Wed Oct 31 02:20:45 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Wed Oct 31 02:20:45 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba613e93 dev-python/pygments: remove old Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-python/pygments/Manifest | 1 - dev-python/pygments/pygments-2.1.1.ebuild | 52 --- 2 files changed, 53 deletions(-) diff --git a/dev-python/pygments/Manifest b/dev-python/pygments/Manifest index 2369915a009..36ccac029d6 100644 --- a/dev-python/pygments/Manifest +++ b/dev-python/pygments/Manifest @@ -1,2 +1 @@ -DIST Pygments-2.1.1.tar.gz 2114190 BLAKE2B b0e5d5a62849c97aaac6f0edf26230d5573715fb759667ca88837234ab68da4580b1337ec4ada013b643411c221c572651c6fca6745b976794d5c6246e5d SHA512 7eb35865074f573ef7d41a1f1ee7576a83c32855018d03570eb70fd6864ddfbbc3f93ae082c4ac7e4a274a0ef387ea4ccb0909423e01efb6bb8e4fefea8f2807 DIST Pygments-2.2.0.tar.gz 2113944 BLAKE2B 58d5f2fa0e6d97f5b7d7a17314b82ef219f23b72f8da49b4f8ce9b892d54ffbc1b490e87e87efe8d727dab297f775d0d8abfc4a31a734c5a7f8df885e5eda82f SHA512 cc0a4f73e19fa6cbf46314de2e809460c807c631e39ba05cbe5edb5f40db1a687aafcd9715585a0ed45f791710eb6038305e273f282f8682df76f30e63710b29 diff --git a/dev-python/pygments/pygments-2.1.1.ebuild b/dev-python/pygments/pygments-2.1.1.ebuild deleted file mode 100644 index 82cfec6da8f..000 --- a/dev-python/pygments/pygments-2.1.1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) - -inherit distutils-r1 bash-completion-r1 vcs-snapshot - -MY_PN="Pygments" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Pygments is a syntax highlighting package written in Python" -HOMEPAGE="http://pygments.org/ https://pypi.org/project/Pygments/"; -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="doc test" - -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( - dev-python/nose[${PYTHON_USEDEP}] - virtual/ttf-fonts )" -# dev-texlive/texlive-latexrecommended -# Removing / commenting out this dep. I can find no mention of it in tests other than -# importing pygment's own tex module. If it's there and I missed it just uncomment and re-add -# Tests pass without it - -S="${WORKDIR}/${MY_P}" - -python_compile_all() { - use doc && emake -C doc html -} - -python_test() { - cp -r -l tests "${BUILD_DIR}"/ || die - # With pypy3 there is 1 error out of 1556 tests when run as is and - # (SKIP=8, errors=1, failures=1) when run with 2to3; meh - nosetests --verbosity=3 -w "${BUILD_DIR}"/tests \ - || die "Tests fail with ${EPYTHON}" -} - -python_install_all() { - use doc && local HTML_DOCS=( doc/_build/html/. ) - - distutils-r1_python_install_all - newbashcomp external/pygments.bashcomp pygmentize -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/pygments/, dev-python/pygments/files/
commit: af40b12d48b507c99b68cd41aa0bd936cbd299f0 Author: Virgil Dupras gentoo org> AuthorDate: Wed Oct 31 02:18:26 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Wed Oct 31 02:18:26 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af40b12d dev-python/pygments: fix build with USE="doc" Closes: https://bugs.gentoo.org/662640 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 .../pygments/files/pygments-2.2.0-sphinx17.patch | 22 + dev-python/pygments/pygments-2.2.0-r1.ebuild | 55 ++ 2 files changed, 77 insertions(+) diff --git a/dev-python/pygments/files/pygments-2.2.0-sphinx17.patch b/dev-python/pygments/files/pygments-2.2.0-sphinx17.patch new file mode 100644 index 000..bb7c6074ff9 --- /dev/null +++ b/dev-python/pygments/files/pygments-2.2.0-sphinx17.patch @@ -0,0 +1,22 @@ +# HG changeset patch +# User WAKAYAMA Shirou +# Date 1500298269 -32400 +# Node ID 1a78f58afb5066cf35b04676d0d5ffbb18d5d540 +# Parent 7941677dc77d4f2bf0bbd6140ade85a9454b8b80 +Change to docutils.parsers in sphinxext. + +From Sphinx 1.7, sphinx.utils.compat will be removed. + +diff --git a/pygments/sphinxext.py b/pygments/sphinxext.py +--- a/pygments/sphinxext.py b/pygments/sphinxext.py +@@ -16,7 +16,7 @@ + + from docutils import nodes + from docutils.statemachine import ViewList +-from sphinx.util.compat import Directive ++from docutils.parsers.rst import Directive + from sphinx.util.nodes import nested_parse_with_titles + + + diff --git a/dev-python/pygments/pygments-2.2.0-r1.ebuild b/dev-python/pygments/pygments-2.2.0-r1.ebuild new file mode 100644 index 000..617820a1b61 --- /dev/null +++ b/dev-python/pygments/pygments-2.2.0-r1.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 ) + +inherit distutils-r1 bash-completion-r1 + +MY_PN="Pygments" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Pygments is a syntax highlighting package written in Python" +HOMEPAGE="http://pygments.org/ https://pypi.org/project/Pygments/"; +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="doc test" + +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) + test? ( + dev-python/nose[${PYTHON_USEDEP}] + virtual/ttf-fonts )" + +S="${WORKDIR}/${MY_P}" + +PATCHES=( + # fix generators for python3.7+ + "${FILESDIR}"/pygments-2.2.0-pep479.patch + # Fixing USE="doc" with sphinx1.7+. bug #662640 + "${FILESDIR}"/pygments-2.2.0-sphinx17.patch +) + +python_compile_all() { + use doc && emake -C doc html +} + +python_test() { + cp -r -l tests "${BUILD_DIR}"/ || die + # With pypy3 there is 1 error out of 1556 tests when run as is and + # (SKIP=8, errors=1, failures=1) when run with 2to3; meh + nosetests --verbosity=3 -w "${BUILD_DIR}"/tests \ + || die "Tests fail with ${EPYTHON}" +} + +python_install_all() { + use doc && local HTML_DOCS=( doc/_build/html/. ) + + distutils-r1_python_install_all + newbashcomp external/pygments.bashcomp pygmentize +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/django/
commit: 4e2ef97f591b834c4e1d2e1b7157ed88db5737a7 Author: Virgil Dupras gentoo org> AuthorDate: Sun Nov 4 00:17:03 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Sun Nov 4 00:17:33 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e2ef97f dev-python/django: bump to 2.1.3 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-python/django/Manifest| 1 + dev-python/django/django-2.1.3.ebuild | 87 +++ 2 files changed, 88 insertions(+) diff --git a/dev-python/django/Manifest b/dev-python/django/Manifest index 279872f164b..f459970268f 100644 --- a/dev-python/django/Manifest +++ b/dev-python/django/Manifest @@ -1,3 +1,4 @@ DIST Django-1.11.16.tar.gz 7852514 BLAKE2B a881caa6c31c80d6b0146cb49a08ba63ebfba21637747328adb8ec3afada2182b72c46576a79cc9e163546e5b980a2be516d842492517319deb0a4f5512ad605 SHA512 bf1329ac364c9037fd6cecd0e8565c8bd8d830343671f9ce5415a10e70da37256667675b3f97e4d2508a8a912fa7a06ca7f585586ac18e6734c939bc41a8b455 DIST Django-2.0.9.tar.gz 7992507 BLAKE2B c6f1d79401007d2c83553e885d5e32c7890b3f1ed53c948ea4c55cc2a0272c06d0b7fdafef7be5042ab26b3f8c3ffef64f6f01f49d6e615503f8bfad99b66c3a SHA512 7a766ce0240b19a18dc5a9a4682630c4ce90fa6ed0d02a97303088a990d09e097b609220f4e2806854585724f483cb2ae7e4f29bfd1898f3a0d6e758c2f4ea4a DIST Django-2.1.2.tar.gz 8611286 BLAKE2B 5107fd04ee11ae4ded3d8914d840e323e26617b526ab877654de08caa6ce1cb6f053d3afbdbdbda17ab26b1ed1bcb158ef092a63ef14393b87ed98e612cf43aa SHA512 3510f872762e75c7e66987857616d958d15bef91ce2d9e1656abcf4e0221b1c6ff72c59fd29643aa0b0288118db76d58023cffe48f401e7cdcd03d71822a282d +DIST Django-2.1.3.tar.gz 8611851 BLAKE2B dc0c2bf994ef883d34d66d3d0f4e77d20f5a25671053831e4138e5431ec7ec8c89ba64d7ae4a58e034e01093276cd61a2d833319d28283cbd9ad8d6ae4b9b2d4 SHA512 b83732d8c0230bda0a29db92acd3e4e7531f9adb3a0d10f37c40288c08ccaa5d7d49184bd5ea000b991eaf8a196b317648c200c147a6e8f503ce42189344cee9 diff --git a/dev-python/django/django-2.1.3.ebuild b/dev-python/django/django-2.1.3.ebuild new file mode 100644 index 000..89d87db8de4 --- /dev/null +++ b/dev-python/django/django-2.1.3.ebuild @@ -0,0 +1,87 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_REQ_USE='sqlite?,threads(+)' + +inherit bash-completion-r1 distutils-r1 eutils + +MY_PN="Django" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="High-level Python web framework" +HOMEPAGE="https://www.djangoproject.com/ https://pypi.org/project/Django/"; +SRC_URI="https://www.djangoproject.com/m/releases/$(ver_cut 1-2)/${MY_P}.tar.gz" + +LICENSE="BSD" +# admin fonts: Roboto (media-fonts/roboto) +LICENSE+=" Apache-2.0" +# admin icons, jquery, xregexp.js +LICENSE+=" MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="doc sqlite test" + +RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]" +BDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + doc? ( >=dev-python/sphinx-1.0.7[${PYTHON_USEDEP}] ) + test? ( + $(python_gen_impl_dep sqlite) + dev-python/docutils[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] + )" + +S="${WORKDIR}/${MY_P}" + +PATCHES=( + "${FILESDIR}"/${PN}-2.0.7-bashcomp.patch +) + +python_prepare_all() { + # Prevent d'loading in the doc build + sed -e '/^"sphinx.ext.intersphinx",/d' -i docs/conf.py || die + + distutils-r1_python_prepare_all +} + +python_compile_all() { + use doc && emake -C docs html +} + +python_test() { + # Tests have non-standard assumptions about PYTHONPATH, + # and don't work with ${BUILD_DIR}/lib. + PYTHONPATH=. "${PYTHON}" tests/runtests.py --settings=test_sqlite -v2 \ + || die "Tests fail with ${EPYTHON}" +} + +python_install_all() { + newbashcomp extras/django_bash_completion ${PN}-admin + bashcomp_alias ${PN}-admin django-admin.py + + if use doc; then + rm -fr docs/_build/html/_sources || die + local HTML_DOCS=( docs/_build/html/. ) + fi + + distutils-r1_python_install_all +} + +pkg_postinst() { + elog "Additional Backend support can be enabled via" + optfeature "MySQL backend support" dev-python/mysqlclient + optfeature "PostgreSQL backend support" dev-python/psycopg:2 + echo "" + elog "Other fe
[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/pywebdav/, app-office/openerp/files/, app-office/openerp/
commit: 976bc8af740fe5b78ae71df52e3ca9ad73800051 Author: Virgil Dupras gentoo org> AuthorDate: Wed Nov 7 12:22:14 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Wed Nov 7 12:25:22 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=976bc8af app-office/openerp: remove last-rited package and orphan dependency. Bug: https://bugs.gentoo.org/629270 Signed-off-by: Virgil Dupras gentoo.org> app-office/openerp/Manifest| 2 - app-office/openerp/files/openerp | 22 - app-office/openerp/files/openerp-2 | 23 - app-office/openerp/files/openerp-confd | 3 - app-office/openerp/files/openerp-confd-2 | 3 - app-office/openerp/files/openerp.cfg | 64 - app-office/openerp/files/openerp.cfg.2 | 65 -- app-office/openerp/files/openerp.logrotate | 9 -- app-office/openerp/metadata.xml| 8 -- app-office/openerp/openerp-7.0.20140125.ebuild | 119 - app-office/openerp/openerp-8.0.20140125.ebuild | 119 - dev-python/pywebdav/Manifest | 1 - dev-python/pywebdav/metadata.xml | 14 --- dev-python/pywebdav/pywebdav-0.9.8-r1.ebuild | 29 -- profiles/package.mask | 6 -- 15 files changed, 487 deletions(-) diff --git a/app-office/openerp/Manifest b/app-office/openerp/Manifest deleted file mode 100644 index 5dfbffcbf4d..000 --- a/app-office/openerp/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST openerp-7.0-20140125-002455.tar.gz 64214375 BLAKE2B 75d7e4294d243f2e02cd04b318fe2492fb553540604bd6ebb246299846d952530e13b847beb4c5e4e7859a714c35ca4a9a5801f7193bd0e4096fccb5d1fe94bf SHA512 a923fe3240cf44f6384f18bd37853d15fe132aab97494e713f095253cd4b72d32a89e33ba3623a523b81b9863da6d5bca24c4020b20829975e4185d6e5093b3e -DIST openerp-8.0dev-20140125-000101.tar.gz 82648176 BLAKE2B a483bce41eb464ecb49a8f9572492871c649cd75075ea35ed24afeb14a2dec7c4a9232c6c072f42ff77fe878033a89f67b118bece76c95a1a101bcb80a9c1050 SHA512 560f0cd9aadfb010dfba1a114ca17ed8dc7b63fffdd93325811b87530e97a8e629c46442e777bd0c53fb38b1a985e769e3fb5f5edf66b9b45f21be3e8973aedd diff --git a/app-office/openerp/files/openerp b/app-office/openerp/files/openerp deleted file mode 100644 index 3a8cd40fc71..000 --- a/app-office/openerp/files/openerp +++ /dev/null @@ -1,22 +0,0 @@ -#!/sbin/openrc-run - -# Additional options that are passed to the daemon. -DAEMON_OPTS="-c ${CONFIGFILE}" - -depend() { - after postgresql -} - -start() { - ebegin "Starting openerp server" - start-stop-daemon --start --quiet --pidfile "${PIDFILE}" --exec /usr/bin/openerp-server \ - --make-pidfile --user "${USER}" --background -- ${DAEMON_OPTS} - eend $? -} - -stop() { - ebegin "Stopping openerp server" - start-stop-daemon --stop --quiet --pidfile "${PIDFILE}" --signal 9 - rm -f "${PIDFILE}" - eend $? -} diff --git a/app-office/openerp/files/openerp-2 b/app-office/openerp/files/openerp-2 deleted file mode 100644 index d1fedb1470d..000 --- a/app-office/openerp/files/openerp-2 +++ /dev/null @@ -1,23 +0,0 @@ -#!/sbin/openrc-run - -# Additional options that are passed to the daemon. -DAEMON_OPTS="-c ${CONFIGFILE}" - -depend() { - after postgresql -} - -start() { - checkpath -q -d -m 0755 -o openerp:openerp /run/openerp - ebegin "Starting openerp server" - start-stop-daemon --start --quiet --pidfile "${PIDFILE}" --exec /usr/bin/openerp-server \ - --make-pidfile --user "${USER}" --background -- ${DAEMON_OPTS} - eend $? -} - -stop() { - ebegin "Stopping openerp server" - start-stop-daemon --stop --quiet --pidfile "${PIDFILE}" --signal 9 - rm -f "${PIDFILE}" - eend $? -} diff --git a/app-office/openerp/files/openerp-confd b/app-office/openerp/files/openerp-confd deleted file mode 100644 index 438f0ee154d..000 --- a/app-office/openerp/files/openerp-confd +++ /dev/null @@ -1,3 +0,0 @@ -USER="openerp" -CONFIGFILE="/etc/openerp/openerp.cfg" -PIDFILE="/var/run/openerp/openerp.pid" diff --git a/app-office/openerp/files/openerp-confd-2 b/app-office/openerp/files/openerp-confd-2 deleted file mode 100644 index 5e84946046c..000 --- a/app-office/openerp/files/openerp-confd-2 +++ /dev/null @@ -1,3 +0,0 @@ -USER="openerp" -CONFIGFILE="/etc/openerp/openerp.cfg" -PIDFILE="/run/openerp/openerp.pid" diff --git a/app-office/openerp/files/openerp.cfg b/app-office/openerp/files/openerp.cfg deleted file mode 100644 index a760856a18a..000 --- a/app-office/openerp/files/openerp.cfg +++ /dev/null @@ -1,64 +0,0 @@ -[options] - -# General options
[gentoo-commits] repo/gentoo:master commit in: www-client/netsurf/
commit: 9eda6f0cb7caedb3b295c555d4f3557efe40e3c1 Author: Virgil Dupras gentoo org> AuthorDate: Wed Nov 7 19:44:07 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Wed Nov 7 19:45:52 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eda6f0c www-client/netsurf: drop netsurf eclass The netsurf project has tons of little single-purpose libraries that aren't used in any other project. That causes us to create many packages *and* maintain an eclass for a program that isn't the most popular (it had been completely broken for 3 months until a few weeks ago). In this commit, I take the worst offenders and bundle them directly in netsurf's ebuild. The long term goal is to eventually get rid of the netsurf eclass by reducing the number of packaged netsurf libs (and thus make the copy-paste of ebuild boilerplate less painful). Other changes: * Drop multilib. I really don't see the point of it and it adds needless complexity. * Drop fb.modes. This is related to directfb, which isn't supported in Gentoo any more. * Drop "linux" and "able" frontends. They aren't listed in libnsfb's supported frontends. * Allow more than one fb frontend to be selected. * Don't set NETSURF_FB_FRONTEND. It has no effect. Closes: https://bugs.gentoo.org/669714 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 www-client/netsurf/Manifest | 9 ++ www-client/netsurf/netsurf-3.8-r1.ebuild | 219 +++ 2 files changed, 228 insertions(+) diff --git a/www-client/netsurf/Manifest b/www-client/netsurf/Manifest index b47aff4703c..f7edcc8bd8e 100644 --- a/www-client/netsurf/Manifest +++ b/www-client/netsurf/Manifest @@ -1,3 +1,12 @@ +DIST libcss-0.8.0-src.tar.gz 516474 BLAKE2B 937adc65f68fecece189e0f06cfd601ae2d76f0b4dcdbcb8a67f3f058c4355c19c12c088fb50ecf1e6bcd8436c867b1845b3da27bb44b5d1a009bd946bf5e53e SHA512 fb52920ce462f442dfafa7b0061fa465e6c04827d26186e8468855c2a40e8f34e6f0689d5eb58cb0b2ee0759d083fcff5c8c583e1d98693755003c352a22a4be +DIST libnsbmp-0.1.5-src.tar.gz 463299 BLAKE2B a9aa4f682262c4bfb5007c623e3da324f9ce2ddb732737b8217def899e8507ae41589607a1e0b71b34190542981ad4286f64f87795f0043049626c101001fd85 SHA512 2998de98db05a04fb860fdea258961d66aebc78d58614054311ed4cafa2f265472ad19789ab1e343d39ca293e0a304baee4941bd04948d9cc7c39bdadb0756e6 +DIST libnsfb-0.2.0-src.tar.gz 82322 BLAKE2B d805478728015663b4bf9c8de018bda33dcd84a7ace7246c450a7c31cc3358f834ade21ac1df9f0ca0e4dcea1138369cc3cd9ac468ebb484cce139d4bc89441e SHA512 b90eca76c8dcb22e554e13b5bea4268e5c9fc6e4711bafa5acbed92cc83513c3a3965208b3956de250fb3013cc3db6a33922ded471fa7a24bde97f748d2212c5 +DIST libnsgif-0.2.1-src.tar.gz 268328 BLAKE2B ccebd1830db1caa016ebc0c1f2c421523963df16e38cdf85c5300d2a9a325dc9c52c89c79ccbddbc315535a20607458bbfedcde8df02b5e2977d383cd6603220 SHA512 29affce6de38574103a9777e741a44b448145d96ef63e4b86056f268c5d1389f6c5f25240a9f3ef2208fab229eabef2542f3d7ce7b37a0137071f204fbd736af +DIST libnspsl-0.1.3-src.tar.gz 311065 BLAKE2B ef846482c677e98a9eae646597e893f4e94161a60482127a88440a3786d2f9e3c4458a823ac878c64bc7d1b00080653facc28f408d2a44b571835958966297af SHA512 da4069dee152d126d53e442c8ced1438707db1ccee779bd2abe752a8d1dc30e40036037674e220bb24adad49fe406633e0d07e5d29d209b9fb223107c0e89415 +DIST libnsutils-0.0.5-src.tar.gz 7653 BLAKE2B 4f7810f436f5ffd33084bc67095f3cb48a7744ef6f9ab0d632cd7b87467ff8bca54809de5a8ea837a00429c951d4e701909bd5f185e1c600a7323393017596cb SHA512 b9611db39adf11aa4e29387614bf55e241c075a223c687f5520e5b6808cc392c847be1a1d74559928e385a93886c4a67158504342384a1b200cf9ce13c00db50 +DIST librosprite-0.1.3-src.tar.gz 32816 BLAKE2B 553f5046eac8b7de5940e812103a545ee1d599bcc30d4fd6bb14449e0718364132e76e3992b224d0d2dd3c7582100fe6d9e4d433f245a89b23e3f15542329e0e SHA512 ab039ab12df7f527a86a76247bc5cb70ebe550591f81a1b987abef73fb3c6bd25c9a36afe17bd6717f4f33b1a133d847bb5acad53057aa3c406efe4ebcdc601b +DIST libsvgtiny-0.1.7-src.tar.gz 760963 BLAKE2B badf14e656e10a178a6b692659265644b636cc103ec92f89026638700293028e0b06b5e051c420911fd6c319a94bab68328b1d9f42cec69dc7926c2d31aeec67 SHA512 c13352325d32b6f41159b09607b12a373517672e9e4da6d26cbca9a7fb1896b6e5730aee53adaa51f0b49c35f7dd9e9ece6b1f0187a7f5494b5cc223acbe64ad DIST netsurf-3.8-src.tar.gz 3945752 BLAKE2B 0f4592e53e95cfedb3c34a16ce9df9baeeaed93afb3bac3d68dab1e3d80e67c0498111c123285f6e828d063574e0e5f0cc3aa337ffab066f2283d06d248a308a SHA512 6f4dfdc546cce3b85d32da0dd816adc9a39410ed42bc28f263f4a1db64b35a889a1784a4116715190e756988dd263976933cfac75c9dcd81af01954487ddcaf6 DIST netsurf-buildsystem-1.7.tar.gz 38597 BLAKE2B d0981ef282ac0d93d81a1a6a6bee1fc2a0151c962be6ce2900a67843ba8ebc67e00508cded2a7375f6bbe0d45572690f127872936a282de80eb08655ac571603 SHA512 f6a46ac25f41e695ec13d7b2b564250c4cc44a40a688904eb17aa4b547c2df0102cc0effb7a23a2ffa6b9178ae5cf452b63980caf2
[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-restless/, dev-python/flask-restless/files/, profiles/
commit: b850e45b524fdac31ac1c52936f7d91f573ef288 Author: Virgil Dupras gentoo org> AuthorDate: Fri Nov 9 19:53:24 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Nov 9 19:54:55 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b850e45b dev-python/flask-restless: remove last-rited package Closes: https://bugs.gentoo.org/620098 Signed-off-by: Virgil Dupras gentoo.org> dev-python/flask-restless/Manifest | 1 - dev-python/flask-restless/files/mapping.patch | 13 - .../flask-restless/flask-restless-0.17.0.ebuild| 59 -- dev-python/flask-restless/metadata.xml | 11 profiles/package.mask | 5 -- 5 files changed, 89 deletions(-) diff --git a/dev-python/flask-restless/Manifest b/dev-python/flask-restless/Manifest deleted file mode 100644 index cfac42c84c2..000 --- a/dev-python/flask-restless/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST flask-restless-0.17.0.tar.gz 527502 BLAKE2B 6c82d78fd6c6cc1df43e6858668108abcf862a916c3caf814e0c40a8cd9a9e93a057774d3626c54e47a965d35f8b03408bbe231af01cc7dcf561e0ca02dc4ff3 SHA512 96183a8bb285a916e6ad680089c70b4c00fcc72ea26a6862537314f6b588b597ff78f2f1c3de0ae24f7dfc7af53a3412c8179801afa9eaeaeb3505695d44076e diff --git a/dev-python/flask-restless/files/mapping.patch b/dev-python/flask-restless/files/mapping.patch deleted file mode 100644 index 725a20d828f..000 --- a/dev-python/flask-restless/files/mapping.patch +++ /dev/null @@ -1,13 +0,0 @@ -A number of these settings are simply unworkable in gentoo -diff -ur flask-restless-0.11.0.orig/docs/conf.py flask-restless-0.11.0/docs/conf.py docs/conf.py 2013-05-19 01:50:21.0 +0800 -+++ docs/conf.py 2013-06-10 23:39:05.741199580 +0800 -@@ -26,7 +26,7 @@ - - # Add any Sphinx extension module names here, as strings. They can be extensions - # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. --extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx'] -+extensions = ['sphinx.ext.autodoc'] - extensions += ['sphinxcontrib.httpdomain'] - extensions += ['sphinxcontrib.issuetracker'] - diff --git a/dev-python/flask-restless/flask-restless-0.17.0.ebuild b/dev-python/flask-restless/flask-restless-0.17.0.ebuild deleted file mode 100644 index b80b28d63d9..000 --- a/dev-python/flask-restless/flask-restless-0.17.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) - -PYTHON_REQ_USE="sqlite" -inherit distutils-r1 - -DESCRIPTION="Flask extension for easy ReSTful API generation" -HOMEPAGE="https://flask-restless.readthedocs.io/ https://github.com/jfinkels/flask-restless"; -SRC_URI="https://github.com/jfinkels/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="|| ( AGPL-3 BSD )" -SLOT="0" -KEYWORDS="amd64 x86" - -IUSE="doc examples test" - -RDEPEND=">=dev-python/flask-0.7[${PYTHON_USEDEP}] - dev-python/flask-sqlalchemy[${PYTHON_USEDEP}] - dev-python/sqlalchemy[${PYTHON_USEDEP}] - dev-python/python-dateutil:0[${PYTHON_USEDEP}] - dev-python/mimerender[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] ) - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] - >=dev-python/sphinxcontrib-httpdomain-1.1.7[${PYTHON_USEDEP}] - >=dev-python/sphinxcontrib-issuetracker-0.11[${PYTHON_USEDEP}] - dev-python/flask-themes[${PYTHON_USEDEP}] )" - -PATCHES=( "${FILESDIR}"/mapping.patch ) - -python_compile_all() { - if use doc; then - if ! "${PYTHON}" -c "import flask_restless"; then - eerror "flask-restless is not installed. Building of the docs" - eerror "requires flask-restless to be installed." - eerror "emerge with USE=-doc followed bu USE=doc" - die - fi - # Changes connect to read issues @ github - rm -f docs/changelog.rst - einfo "Generating html docs for ${PN}" - PYTHONPATH=${PYTHONPATH}"${S}"/docs emake -C docs html \ - || die "Generating html docs for ${PN} failed" - fi -} - -python_test() { - nosetests -w tests || die "Tests failed under ${EPYTHON}" -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/_build/html/. ) - use examples && local EXAMPLES=( examples/. ) - distutils-r1_python_install_all -} di
[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/stormpath/
commit: 2ff817e00a2b8e8fe8d131b13a31bef29fbed392 Author: Virgil Dupras gentoo org> AuthorDate: Fri Nov 9 19:59:05 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Nov 9 20:00:35 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ff817e0 dev-python/stormpath: remove last-rited package Closes: https://bugs.gentoo.org/643536 Signed-off-by: Virgil Dupras gentoo.org> dev-python/stormpath/Manifest | 1 - dev-python/stormpath/metadata.xml | 8 - dev-python/stormpath/stormpath-2.4.5.ebuild | 50 - profiles/package.mask | 5 --- 4 files changed, 64 deletions(-) diff --git a/dev-python/stormpath/Manifest b/dev-python/stormpath/Manifest deleted file mode 100644 index 0c3828f1537..000 --- a/dev-python/stormpath/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST stormpath-2.4.5.tar.gz 3821801 BLAKE2B 6ad3433c86046d6ea16b3b714e26d612b418a9b690fed4f5de6bd8563196b98fbac8dadbc1b781183cab03079d9bf227adf35685bae7c3c76162178837bc7cee SHA512 8bf3ad45cabd9c16a615f3303a4253d7f81bfb39a9c1542bc9662be54075f85013624e9ace7ec6ae7a81ef3ebb6864919458bbeca685879a8623ab7fb13cfbb4 diff --git a/dev-python/stormpath/metadata.xml b/dev-python/stormpath/metadata.xml deleted file mode 100644 index c0f81a4cf37..000 --- a/dev-python/stormpath/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - - stormpath/stormpath-sdk-python - stormpath - - diff --git a/dev-python/stormpath/stormpath-2.4.5.ebuild b/dev-python/stormpath/stormpath-2.4.5.ebuild deleted file mode 100644 index 55a6f039182..000 --- a/dev-python/stormpath/stormpath-2.4.5.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) - -inherit distutils-r1 vcs-snapshot - -DESCRIPTION="Official Stormpath SDK, used to interact with the Stormpath REST API." -HOMEPAGE="https://github.com/stormpath/stormpath-sdk-python"; -SRC_URI="https://github.com/stormpath/${PN}-sdk-python/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( - dev-python/mock[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - ) -" -RDEPEND=" - >=dev-python/isodate-0.5.4[${PYTHON_USEDEP}] - <=dev-python/oauthlib-1.0.3[${PYTHON_USEDEP}] - >=dev-python/pydispatcher-2.0.5[${PYTHON_USEDEP}] - >=dev-python/pyjwt-1.0.0[${PYTHON_USEDEP}] - >=dev-python/python-dateutil-2.4.0[${PYTHON_USEDEP}] - >=dev-python/requests-2.4.3[${PYTHON_USEDEP}] - >=dev-python/six-1.6.1[${PYTHON_USEDEP}] -" - -python_compile_all() { - esetup.py docs -} - -python_test() { - esetup.py test -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/_build/html/. ) - - distutils-r1_python_install_all -} diff --git a/profiles/package.mask b/profiles/package.mask index abc23df38c5..6050e1a438b 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -322,11 +322,6 @@ net-libs/libgcal dev-libs/MicroJSON dev-libs/UTF8Strings -# Virgil Dupras (10 Oct 2018) -# Unmaintained, no revdep. Removal in 30 days. -# Bug #643536 -dev-python/stormpath - # Sergei Trofimovich (09 Oct 2018) # Upstream is not actively maintained. Needs a port to mupdf-1.14. app-text/fbpdf
[gentoo-commits] repo/gentoo:master commit in: app-office/moneyguru/
commit: 55a7cb53ddded0bc10532f61dd7c68597778 Author: Virgil Dupras gentoo org> AuthorDate: Wed Mar 27 17:50:50 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Wed Mar 27 18:14:37 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a7 app-office/moneyguru: add upper pytest constraint Tests don't run with newer pytest Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 app-office/moneyguru/metadata.xml| 2 +- app-office/moneyguru/moneyguru-2.13.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/moneyguru/metadata.xml b/app-office/moneyguru/metadata.xml index 951b70bfa8e..1f5b64f0bf0 100644 --- a/app-office/moneyguru/metadata.xml +++ b/app-office/moneyguru/metadata.xml @@ -2,7 +2,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - vdur...@gentoo.org + vdup...@gentoo.org Virgil Dupras diff --git a/app-office/moneyguru/moneyguru-2.13.1.ebuild b/app-office/moneyguru/moneyguru-2.13.1.ebuild index ffe8516e22b..053b98e5fa5 100644 --- a/app-office/moneyguru/moneyguru-2.13.1.ebuild +++ b/app-office/moneyguru/moneyguru-2.13.1.ebuild @@ -23,7 +23,7 @@ RDEPEND="${PYTHON_DEPS} dev-qt/qttranslations" DEPEND="${RDEPEND} test? ( - dev-python/pytest[${PYTHON_USEDEP}] +
[gentoo-commits] repo/gentoo:master commit in: app-office/moneyguru/
commit: 6e834457c069b7b195c59d98ce3ac446bec36169 Author: Virgil Dupras gentoo org> AuthorDate: Wed Mar 27 17:52:00 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Wed Mar 27 18:14:37 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e834457 app-office/moneyguru: stable on amd64 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 app-office/moneyguru/moneyguru-2.13.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/moneyguru/moneyguru-2.13.1.ebuild b/app-office/moneyguru/moneyguru-2.13.1.ebuild index 053b98e5fa5..0b353762ff8 100644 --- a/app-office/moneyguru/moneyguru-2.13.1.ebuild +++ b/app-office/moneyguru/moneyguru-2.13.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://download.hardcoded.net/${P}.tar.gz"; LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="test" RDEPEND="${PYTHON_DEPS}
[gentoo-commits] repo/gentoo:master commit in: app-office/moneyguru/
commit: 1efefa894f56cf96b1eca701f2961e59cc5bd840 Author: Virgil Dupras gentoo org> AuthorDate: Wed Mar 27 18:08:42 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Wed Mar 27 18:14:38 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1efefa89 app-office/moneyguru: bump to 3.0.0 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 app-office/moneyguru/Manifest | 1 + app-office/moneyguru/moneyguru-3.0.0.ebuild | 49 + 2 files changed, 50 insertions(+) diff --git a/app-office/moneyguru/Manifest b/app-office/moneyguru/Manifest index c6fd4179caa..a06a315af5a 100644 --- a/app-office/moneyguru/Manifest +++ b/app-office/moneyguru/Manifest @@ -1 +1,2 @@ DIST moneyguru-2.13.1.tar.gz 1665892 BLAKE2B 969286130c5336f4c41ccf0ee3cbfe55a13560f753e137ff5370184c5aff3e038995c79ad48620a5653552406ea6fb56d356a209cd36774751db4f8e3777354c SHA512 9544a2fe17d0c1d4a6f1ee6c52c79e66ca76da6a6ac35067f1961fe2b44a8efe20173ee5932a91adeeebcb0a522b544df11ad388cb4c453a0641060d75f2a17c +DIST moneyguru-3.0.0.tar.gz 1049954 BLAKE2B af411ea9cf965b93e6d3e88c47db74adc87ebb695862bef9a103ece0e56a5ec2c45e929a2a8bd405a41d3388c7561c69f7c54c41ae97e84f405a9c92385a162b SHA512 184d2e042014baea4f05f2f0397818cde4f86d726858ed253caac12e986660f85418c65657cc6fad1e3137195d55da35eceec3e8eaf23a01e81874dc20380e7f diff --git a/app-office/moneyguru/moneyguru-3.0.0.ebuild b/app-office/moneyguru/moneyguru-3.0.0.ebuild new file mode 100644 index 000..ffe8516e22b --- /dev/null +++ b/app-office/moneyguru/moneyguru-3.0.0.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7} ) + +inherit python-single-r1 + +DESCRIPTION="Future-aware personal finances management" +HOMEPAGE="https://hardcoded.net/moneyguru"; +SRC_URI="https://download.hardcoded.net/${P}.tar.gz"; + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND="${PYTHON_DEPS} + dev-db/sqlite:3 + dev-libs/glib:2 + dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets,printsupport] + dev-qt/qttranslations" +DEPEND="${RDEPEND} + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + dev-util/cunit + )" + +_emake() { + emake CFLAGS="\$(DEFAULT_CFLAGS) ${CFLAGS}" \ + SHEBANG="${PYTHON}" \ + DESTDIR="${ED}" \ + PREFIX=/usr \ + $@ +} + +src_compile() { + _emake +} + +src_install() { + _emake install +} + +src_test() { + emake -C ccore CFLAGS="\$(DEFAULT_CFLAGS) ${CFLAGS}" tests + pytest -vv core || die "Tests failed with ${EPYTHON}" +}
[gentoo-commits] repo/gentoo:master commit in: dev-lang/sassc/
commit: 7cc21852e4ea3a0994346bb6b752e9bbe723167c Author: Virgil Dupras gentoo org> AuthorDate: Sat Mar 30 00:11:56 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Sat Mar 30 00:11:56 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc21852 dev-lang/sassc: take over maintainership Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-lang/sassc/metadata.xml | 21 - 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/dev-lang/sassc/metadata.xml b/dev-lang/sassc/metadata.xml index d3397bf55d2..d52714d4092 100644 --- a/dev-lang/sassc/metadata.xml +++ b/dev-lang/sassc/metadata.xml @@ -1,13 +1,16 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - - SassC is a wrapper around libsass (http://github.com/sass/libsass) - used to generate a useful command-line application that can be - installed and packaged for several operating systems. - - - sass/sassc - + + vdup...@gentoo.org + Virgil Dupras + + + SassC is a wrapper around libsass (http://github.com/sass/libsass) + used to generate a useful command-line application that can be + installed and packaged for several operating systems. + + + sass/sassc +
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libsass/
commit: 67373524575a7bffdb424254f59020c0180bda1d Author: Virgil Dupras gentoo org> AuthorDate: Sat Mar 30 00:09:24 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Sat Mar 30 00:09:24 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67373524 dev-libs/libsass: bump to 3.5.5 Also, take over maintainership Closes: https://bugs.gentoo.org/678048 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-libs/libsass/Manifest | 1 + .../{libsass-.ebuild => libsass-3.5.5.ebuild} | 10 +- dev-libs/libsass/libsass-.ebuild | 10 +- dev-libs/libsass/metadata.xml | 23 -- 4 files changed, 24 insertions(+), 20 deletions(-) diff --git a/dev-libs/libsass/Manifest b/dev-libs/libsass/Manifest index 600fd707d52..96abbd0bb85 100644 --- a/dev-libs/libsass/Manifest +++ b/dev-libs/libsass/Manifest @@ -1,2 +1,3 @@ DIST libsass-3.4.7.tar.gz 319824 BLAKE2B ca3e7091816474e318fb1eaefa01e5e361a66715b6267500a93f80dfc8b34bdc595e6ddc4b1872e4399093468d4ac06a9760685d8941d92f18e1834df7715b04 SHA512 5d743d4345b11e9e5315aa858637d3388d2b464150a46bc8a712e1e5d1b3df9c1e6b4dcac26f91827f1c38db24a5a084d04c0962a428f2994f42ad66a25b35a8 DIST libsass-3.5.2.tar.gz 326773 BLAKE2B 65d2dd82872ef76a45597104cc2a531786c0cd33f8e61172b0c973c8262fbddced3b988e143f27b3b7cac2f9d17c481cf58201bfb432aa2656763319ac072b51 SHA512 a06f0047358eeacf5fff9ab44e833ac285e4a971829610b56ae7ed00128b4bee9fe33630c299e61337cf975caf0bc3067242c3af4db1f8aaf3898d3e63920f67 +DIST libsass-3.5.5.tar.gz 327298 BLAKE2B 4127722343394bca4ed054987eed6113788e10dc4d03a869778c10b56135406c1fcd72dc101bfe405c96267b628735e8ee74d3812ab392f097dc941b78bef882 SHA512 dcb73a5080c00023b60a19ea037ba5af481253a7b47492bd7114bf45ab78ed931c7b207fa8f12ed200a39760553d72ae92dbe4eb80b826b59a6201fb34008fe5 diff --git a/dev-libs/libsass/libsass-.ebuild b/dev-libs/libsass/libsass-3.5.5.ebuild similarity index 83% copy from dev-libs/libsass/libsass-.ebuild copy to dev-libs/libsass/libsass-3.5.5.ebuild index 6c86860c5d0..7bb47a91093 100644 --- a/dev-libs/libsass/libsass-.ebuild +++ b/dev-libs/libsass/libsass-3.5.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit autotools eutils ltprune multilib-minimal +inherit autotools multilib-minimal if [[ ${PV} = * ]]; then EGIT_REPO_URI="https://github.com/sass/libsass.git"; @@ -11,7 +11,7 @@ if [[ ${PV} = * ]]; then KEYWORDS= else SRC_URI="https://github.com/sass/libsass/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86 ~amd64-linux" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux" fi DESCRIPTION="A C/C++ implementation of a Sass CSS compiler" @@ -45,7 +45,7 @@ multilib_src_configure() { multilib_src_install() { emake DESTDIR="${D}" install - prune_libtool_files + find "${D}" -name '*.la' -delete || die } multilib_src_install_all() { diff --git a/dev-libs/libsass/libsass-.ebuild b/dev-libs/libsass/libsass-.ebuild index 6c86860c5d0..7bb47a91093 100644 --- a/dev-libs/libsass/libsass-.ebuild +++ b/dev-libs/libsass/libsass-.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit autotools eutils ltprune multilib-minimal +inherit autotools multilib-minimal if [[ ${PV} = * ]]; then EGIT_REPO_URI="https://github.com/sass/libsass.git"; @@ -11,7 +11,7 @@ if [[ ${PV} = * ]]; then KEYWORDS= else SRC_URI="https://github.com/sass/libsass/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86 ~amd64-linux" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux" fi DESCRIPTION="A C/C++ implementation of a Sass CSS compiler" @@ -45,7 +45,7 @@ multilib_src_configure() { multilib_src_install() { emake DESTDIR="${D}" install - prune_libtool_files + find "${D}" -name '*.la' -delete || die } multilib_src_install_all() { diff --git a/dev-libs/libsass/metadata.xml b/dev-libs/libsass/metadata.xml index 9704a173862..58b843a9d6a 100644 --- a/dev-libs/libsass/metadata.xml +++ b/dev-libs/libsass/metadata.xml @@ -1,14 +1,17 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - - LibSass is a C++ port of the original Ruby Sass CSS compiler with a C - API. It is coded with portability and efficiency in mind. You can - expect LibSass to be a lot faster than R
[gentoo-commits] repo/gentoo:master commit in: dev-embedded/avra/
commit: bdb5fc75d626255e6613d8dc9d26884379d3f0b0 Author: Virgil Dupras gentoo org> AuthorDate: Sat Mar 30 16:16:32 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Sat Mar 30 16:16:32 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdb5fc75 dev-embedded/avra: stabilize amd64 and x86 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-embedded/avra/avra-1.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-embedded/avra/avra-1.4.0.ebuild b/dev-embedded/avra/avra-1.4.0.ebuild index be6fdfe1654..ae31d3fd691 100644 --- a/dev-embedded/avra/avra-1.4.0.ebuild +++ b/dev-embedded/avra/avra-1.4.0.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/hsoft/avra/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" src_compile() { emake PREFIX=/usr CFLAGS="${CFLAGS} \$(CDEFS)" LDFLAGS="${LDFLAGS}"
[gentoo-commits] repo/gentoo:master commit in: dev-embedded/avra/
commit: 50a36e78840b4580bebd73d3b5779d2dd1bb89bc Author: Virgil Dupras gentoo org> AuthorDate: Sat Mar 30 16:17:54 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Sat Mar 30 16:17:54 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50a36e78 dev-embedded/avra: remove old Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-embedded/avra/Manifest | 1 - dev-embedded/avra/avra-1.3.0.ebuild | 40 - 2 files changed, 41 deletions(-) diff --git a/dev-embedded/avra/Manifest b/dev-embedded/avra/Manifest index 5e305e46d96..1d538b529e8 100644 --- a/dev-embedded/avra/Manifest +++ b/dev-embedded/avra/Manifest @@ -1,2 +1 @@ -DIST avra-1.3.0.tar.bz2 314903 BLAKE2B f5eb831bf997ab22b8e40cc90eb7b769d008461550ecce2fc139f99cf9b76511e2f5ca078d82bb9d6526ad7b9e1497dac369a29a4d0eae3a01e19af177857ed9 SHA512 4215b87379a6c2a9b81048dfd717a05881e2dc38359e49812be44bb64ac3e45911367fdf73f0c9f753e67e9ea23d19f33365dc4140ec94d13f1d8077b978fb93 DIST avra-1.4.0.tar.gz 380256 BLAKE2B 7864261d230ecb1c28377856db24481ef40933e9ac15cf00523f0edb53e9d0beb8d4966d90d80d775c43ae1870a39bbfb6586580d87916bba23457e97027169e SHA512 1df07ebcefc24f91dbf18c489baff314683ff5cde7cd87ea6aae5d0fddbd1e6d64016c100378e9fede414036bb1ffbc03584b35100575ec50a27ace44b22a0e9 diff --git a/dev-embedded/avra/avra-1.3.0.ebuild b/dev-embedded/avra/avra-1.3.0.ebuild deleted file mode 100644 index 5d7142e984e..000 --- a/dev-embedded/avra/avra-1.3.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit autotools - -DESCRIPTION="Atmel AVR Assembler" -HOMEPAGE="http://avra.sourceforge.net"; -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="doc examples" - -S="${WORKDIR}/${P}/src/" - -src_prepare() { - eautoreconf -} - -src_install() { - local datadir="${WORKDIR}/${P}" - - default - - dodoc ${datadir}/{AUTHORS,INSTALL,README,TODO} - - # install headers - insinto /usr/include/avr - doins "${datadir}/includes/"* - - use doc && dohtml -r "${datadir}/doc/"* - - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins "${datadir}/examples/"* - fi -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/docutils/files/, dev-python/docutils/
commit: dcf13f76bb21a31516de3f65a7181b95e261478e Author: Virgil Dupras gentoo org> AuthorDate: Sat Mar 30 23:46:29 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Sat Mar 30 23:46:29 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf13f76 dev-python/docutils: remove old Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/docutils/Manifest | 1 - dev-python/docutils/docutils-0.11.ebuild | 68 -- .../files/docutils-0.11-python3.3-odt-writer.patch | 30 -- 3 files changed, 99 deletions(-) diff --git a/dev-python/docutils/Manifest b/dev-python/docutils/Manifest index 340341f8816..5babac211ec 100644 --- a/dev-python/docutils/Manifest +++ b/dev-python/docutils/Manifest @@ -1,4 +1,3 @@ -DIST docutils-0.11.tar.gz 1611755 BLAKE2B 78e377bccb949d5ba324b90e0a316b38d8874dee8b82da254b1e442516c8b5788cdafc92feb42a50bfbd5e47ea62c64a90c821d2b7921318a120f9d5600ec6c3 SHA512 8e87581b27ce4fb5e97dcef56047f4bf3a076b98e9e42f5dc66f4c370e5893d1571e46f00fee6f1c8b9f8c8a79e128e4599b9ee213ad1dee2bf16a0246e187df DIST docutils-0.12.tar.gz 1618353 BLAKE2B c431e4f2d5ca21235bba860ae7aa4698af0f41b5bc1184bf39452f2c90fdae35d77fb52cab3b9fb5c4202541a01508d268c92c98845bbfd1d38e215e4228234d SHA512 0087433f8b76e1d0302d2fab77fdbda941132d16ac1fcecb26ca66119687eefd9e2f6901e05d705f857fa31e2526136c9827dfd57c44cd295bd10dcce3faebf9 DIST docutils-0.13.1.tar.gz 1735216 BLAKE2B 6229e7de842c6871bcc44a536333f005c5f4691423a4284d72f617bacbdbeb67c0e49e1ee74ce6ebf96e9329d0df2a5acdef306da975551108e74bd557aff4f9 SHA512 6a68b27dac3705ff532cb79d6b6808071206544a1c653e6a24d46971a5e10edffc7d275834eec4e80d948eb066bb099cae0195c0ab674e68747820e54f0ea64e DIST docutils-0.14.tar.gz 1727105 BLAKE2B d8880918e04ae19ec17ec8aeeaeb44d198a15d7f4c300e08d50b730aa5f753e564391e796b71947c66179ad58fb99e17d11172867d804e0734a17be7dcef3b4b SHA512 1ed72c2ef7d2ca38d1c6f3154b7986ea46f599d9bd826405a5257fdd7740c8626957d6298aa95fb0edea8a24515de22f1ad9b2ecbd59341a1ab7a2bab30f500c diff --git a/dev-python/docutils/docutils-0.11.ebuild b/dev-python/docutils/docutils-0.11.ebuild deleted file mode 100644 index 80f1a11de17..000 --- a/dev-python/docutils/docutils-0.11.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4} pypy ) - -inherit distutils-r1 - -DESCRIPTION="Python Documentation Utilities" -HOMEPAGE="http://docutils.sourceforge.net/ https://pypi.org/project/docutils/"; -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="BSD-2 GPL-3 public-domain" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND="dev-python/pygments[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}"/docutils-0.11-python3.3-odt-writer.patch ) - -python_compile_all() { - # Generate html docs from reStructured text sources. - - # Place html4css1.css in base directory to ensure that the generated reference to it is correct. - cp docutils/writers/html4css1/html4css1.css . || die - - cd tools || die - "${PYTHON}" buildhtml.py --input-encoding=utf-8 \ - --stylesheet-path=../html4css1.css, --traceback ../docs || die -} - -python_test() { - if python_is_python3; then - pushd test3 > /dev/null || die - else - pushd test > /dev/null || die - fi - "${PYTHON}" alltests.py || die "Testing failed with ${EPYTHON}" - popd > /dev/null || die -} - -python_install() { - distutils-r1_python_install - - # Install tools. - python_doscript tools/{buildhtml,quicktest}.py -} - -install_txt_doc() { - local doc="${1}" - local dir="txt/$(dirname ${doc})" - docinto "${dir}" - dodoc "${doc}" -} - -python_install_all() { - local DOCS=( *.txt ) - local HTML_DOCS=( docs tools docutils/writers/html4css1/html4css1.css ) - - distutils-r1_python_install_all - - local doc - while IFS= read -r -d '' doc; do - install_txt_doc "${doc}" - done < <(find docs tools -name '*.txt' -print0) -} diff --git a/dev-python/docutils/files/docutils-0.11-python3.3-odt-writer.patch b/dev-python/docutils/files/docutils-0.11-python3.3-odt-writer.patch deleted file mode 100644 index e84256f3dc4..000 --- a/dev-python/docutils/files/docutils-0.11-python3.3-odt-writer.patch +++ /dev/null @
[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-applehelp/
commit: b70dfde12820939f3b42d1f16fefb6481c890ff2 Author: Virgil Dupras gentoo org> AuthorDate: Sun Mar 31 02:22:06 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Sun Mar 31 13:03:01 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70dfde1 dev-python/sphinxcontrib-applehelp: new package Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/sphinxcontrib-applehelp/Manifest| 1 + dev-python/sphinxcontrib-applehelp/metadata.xml| 11 + .../sphinxcontrib-applehelp-1.0.1.ebuild | 27 ++ 3 files changed, 39 insertions(+) diff --git a/dev-python/sphinxcontrib-applehelp/Manifest b/dev-python/sphinxcontrib-applehelp/Manifest new file mode 100644 index 000..6fe197d3360 --- /dev/null +++ b/dev-python/sphinxcontrib-applehelp/Manifest @@ -0,0 +1 @@ +DIST sphinxcontrib-applehelp-1.0.1.tar.gz 22086 BLAKE2B 6e10329a1712cfcb1f29a3b4c23be5169507398a43f800623f2b24fd350f7e2ad16a887e87a3b68253dc348337342d3d4397d3a9d81a460c389a77ed4bdc973f SHA512 a6500bc2899f25c0b04c8649e86a6f688823e573a3f58f2b786117768e8b415acffbe79b99cff8aeb6ae3c74dd244254de120b82b7432cf61c5fabdd38f21603 diff --git a/dev-python/sphinxcontrib-applehelp/metadata.xml b/dev-python/sphinxcontrib-applehelp/metadata.xml new file mode 100644 index 000..5f2f3cd24f8 --- /dev/null +++ b/dev-python/sphinxcontrib-applehelp/metadata.xml @@ -0,0 +1,11 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + pyt...@gentoo.org + Python + + + sphinxcontrib-applehelp + + diff --git a/dev-python/sphinxcontrib-applehelp/sphinxcontrib-applehelp-1.0.1.ebuild b/dev-python/sphinxcontrib-applehelp/sphinxcontrib-applehelp-1.0.1.ebuild new file mode 100644 index 000..3cb06e3f8cc --- /dev/null +++ b/dev-python/sphinxcontrib-applehelp/sphinxcontrib-applehelp-1.0.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{5,6,7} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Sphinx extension which outputs Apple help book" +HOMEPAGE="http://www.sphinx-doc.org"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" + +RDEPEND="" +PDEPEND=" + >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}]" + +python_install_all() { + distutils-r1_python_install_all + find "${ED}" -name '*.pth' -delete || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-devhelp/
commit: b1cd82b927f5a5a4e45f449fe6f20f4f92dd37ac Author: Virgil Dupras gentoo org> AuthorDate: Sun Mar 31 02:23:03 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Sun Mar 31 13:03:02 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1cd82b9 dev-python/sphinxcontrib-devhelp: new package Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/sphinxcontrib-devhelp/Manifest | 1 + dev-python/sphinxcontrib-devhelp/metadata.xml | 11 + .../sphinxcontrib-devhelp-1.0.1.ebuild | 27 ++ 3 files changed, 39 insertions(+) diff --git a/dev-python/sphinxcontrib-devhelp/Manifest b/dev-python/sphinxcontrib-devhelp/Manifest new file mode 100644 index 000..64e1635092e --- /dev/null +++ b/dev-python/sphinxcontrib-devhelp/Manifest @@ -0,0 +1 @@ +DIST sphinxcontrib-devhelp-1.0.1.tar.gz 14016 BLAKE2B 4b8c079773d65f5fb752870dc728d8e90e03fdd2f8a4b01324838928ef2deaf2c724c0b149697a61624ea7382445e81fe261ec2b726fa3cfb5547bd053286e4e SHA512 135d6405e330cc245391646d4055988cf762d82f6473e58c64a76f3a88e7f33a66baba366e7f29e1378320bd0c374af92b0f972bceeec8c05ad0fe652a81e984 diff --git a/dev-python/sphinxcontrib-devhelp/metadata.xml b/dev-python/sphinxcontrib-devhelp/metadata.xml new file mode 100644 index 000..56e1912641f --- /dev/null +++ b/dev-python/sphinxcontrib-devhelp/metadata.xml @@ -0,0 +1,11 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + pyt...@gentoo.org + Python + + + sphinxcontrib-devhelp + + diff --git a/dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.1.ebuild b/dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.1.ebuild new file mode 100644 index 000..be40fb0be2d --- /dev/null +++ b/dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{5,6,7} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Sphinx extension which outputs Devhelp documents" +HOMEPAGE="http://www.sphinx-doc.org"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" + +RDEPEND="" +PDEPEND=" + >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}]" + +python_install_all() { + distutils-r1_python_install_all + find "${ED}" -name '*.pth' -delete || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-jsmath/
commit: 67e23cc3d97ac44b9ed401c2059dfd864ef242f1 Author: Virgil Dupras gentoo org> AuthorDate: Sun Mar 31 02:24:16 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Sun Mar 31 13:03:02 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67e23cc3 dev-python/sphinxcontrib-jsmath: new package Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/sphinxcontrib-jsmath/Manifest | 1 + dev-python/sphinxcontrib-jsmath/metadata.xml | 11 + .../sphinxcontrib-jsmath-1.0.1.ebuild | 27 ++ 3 files changed, 39 insertions(+) diff --git a/dev-python/sphinxcontrib-jsmath/Manifest b/dev-python/sphinxcontrib-jsmath/Manifest new file mode 100644 index 000..de5ba9031a3 --- /dev/null +++ b/dev-python/sphinxcontrib-jsmath/Manifest @@ -0,0 +1 @@ +DIST sphinxcontrib-jsmath-1.0.1.tar.gz 5787 BLAKE2B 055ff298e11678d7d30975e4bef509ece0128be30ca0c5fd2be1323c2eb4fe92f861826ea5ddfcbd2d3e3a80535b374d2b1a13446c2604f3e448d5a8982b9881 SHA512 c1e6488f5c0ca4567c27ec7c597c9db321ac32ce354c4ad62fea534b2ae1c0acb183a921f46216bbc3891f14acfaac05ddf324b8fdaf99828df07bc91aa7e5c7 diff --git a/dev-python/sphinxcontrib-jsmath/metadata.xml b/dev-python/sphinxcontrib-jsmath/metadata.xml new file mode 100644 index 000..a04c6af1689 --- /dev/null +++ b/dev-python/sphinxcontrib-jsmath/metadata.xml @@ -0,0 +1,11 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + pyt...@gentoo.org + Python + + + sphinxcontrib-jsmath + + diff --git a/dev-python/sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1.ebuild b/dev-python/sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1.ebuild new file mode 100644 index 000..965bd8e7c11 --- /dev/null +++ b/dev-python/sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{5,6,7} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Sphinx extension which renders display math in HTML via JavaScript" +HOMEPAGE="http://www.sphinx-doc.org"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" + +RDEPEND="" +PDEPEND=" + >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}]" + +python_install_all() { + distutils-r1_python_install_all + find "${ED}" -name '*.pth' -delete || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-qthelp/
commit: 244ad5e2f26287ae3975788b00dd7568e3d07779 Author: Virgil Dupras gentoo org> AuthorDate: Sun Mar 31 02:25:54 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Sun Mar 31 13:03:02 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244ad5e2 dev-python/sphinxcontrib-qthelp: new package Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/sphinxcontrib-qthelp/Manifest | 1 + dev-python/sphinxcontrib-qthelp/metadata.xml | 11 + .../sphinxcontrib-qthelp-1.0.2.ebuild | 27 ++ 3 files changed, 39 insertions(+) diff --git a/dev-python/sphinxcontrib-qthelp/Manifest b/dev-python/sphinxcontrib-qthelp/Manifest new file mode 100644 index 000..ddc066c54d7 --- /dev/null +++ b/dev-python/sphinxcontrib-qthelp/Manifest @@ -0,0 +1 @@ +DIST sphinxcontrib-qthelp-1.0.2.tar.gz 17804 BLAKE2B f3d6a67469c82e2a6e90b75d506ee3faa896d8ec408d60f93f74c8cc4bafb22772f85e36c286a96cecf2d7808338da233910055404969ef311f935173f06f376 SHA512 8fe840e011fabd596194f539d27a502b77ae8a6030ae1a7646b1af9f203d3578b7420ead655297b2a752f0cb0e6803247c7a79b2ccd2d4662ed9f58398947864 diff --git a/dev-python/sphinxcontrib-qthelp/metadata.xml b/dev-python/sphinxcontrib-qthelp/metadata.xml new file mode 100644 index 000..a830ee0b076 --- /dev/null +++ b/dev-python/sphinxcontrib-qthelp/metadata.xml @@ -0,0 +1,11 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + pyt...@gentoo.org + Python + + + sphinxcontrib-qthelp + + diff --git a/dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.2.ebuild b/dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.2.ebuild new file mode 100644 index 000..e9c1a10e87b --- /dev/null +++ b/dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{5,6,7} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Sphinx extension which outputs QtHelp documents" +HOMEPAGE="http://www.sphinx-doc.org"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" + +RDEPEND="" +PDEPEND=" + >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}]" + +python_install_all() { + distutils-r1_python_install_all + find "${ED}" -name '*.pth' -delete || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-htmlhelp/
commit: 5f1f312f601379c900c6d04831c26442a30bb1c4 Author: Virgil Dupras gentoo org> AuthorDate: Sun Mar 31 02:19:14 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Sun Mar 31 13:03:01 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f1f312f dev-python/sphinxcontrib-htmlhelp: new package Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/sphinxcontrib-htmlhelp/Manifest | 1 + dev-python/sphinxcontrib-htmlhelp/metadata.xml | 11 + .../sphinxcontrib-htmlhelp-1.0.1.ebuild| 27 ++ 3 files changed, 39 insertions(+) diff --git a/dev-python/sphinxcontrib-htmlhelp/Manifest b/dev-python/sphinxcontrib-htmlhelp/Manifest new file mode 100644 index 000..58dc5f4161a --- /dev/null +++ b/dev-python/sphinxcontrib-htmlhelp/Manifest @@ -0,0 +1 @@ +DIST sphinxcontrib-htmlhelp-1.0.1.tar.gz 20448 BLAKE2B c7e8cc306f196719b60f4ae8aa678a09d18f7986529b71e4631b99a14d4631b00d9f59766f4d96eea1f16e26adc3e0998295b766886def705be57adf0016ee2d SHA512 a364a490e5043e767a8b498b5b621f3f3c64bf15f65847097489d3d2ba8620adea2045024d5189a68d97af6f68161f714f09a712cdd9fc6d06524ea818cf2e1a diff --git a/dev-python/sphinxcontrib-htmlhelp/metadata.xml b/dev-python/sphinxcontrib-htmlhelp/metadata.xml new file mode 100644 index 000..0cca313393e --- /dev/null +++ b/dev-python/sphinxcontrib-htmlhelp/metadata.xml @@ -0,0 +1,11 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + pyt...@gentoo.org + Python + + + sphinxcontrib-htmlhelp + + diff --git a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.1.ebuild b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.1.ebuild new file mode 100644 index 000..ebec7800e64 --- /dev/null +++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{5,6,7} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Sphinx extension which outputs HTML help book" +HOMEPAGE="http://www.sphinx-doc.org"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" + +RDEPEND="" +PDEPEND=" + >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}]" + +python_install_all() { + distutils-r1_python_install_all + find "${ED}" -name '*.pth' -delete || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-serializinghtml/
commit: 2c57a26b306fb9ee1c81fa1abaf0c3b2632c668d Author: Virgil Dupras gentoo org> AuthorDate: Sun Mar 31 02:25:14 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Sun Mar 31 13:03:02 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c57a26b dev-python/sphinxcontrib-serializinghtml: new package Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/sphinxcontrib-serializinghtml/Manifest | 1 + .../sphinxcontrib-serializinghtml/metadata.xml | 11 + .../sphinxcontrib-serializinghtml-1.1.1.ebuild | 27 ++ 3 files changed, 39 insertions(+) diff --git a/dev-python/sphinxcontrib-serializinghtml/Manifest b/dev-python/sphinxcontrib-serializinghtml/Manifest new file mode 100644 index 000..d5f8744d0f8 --- /dev/null +++ b/dev-python/sphinxcontrib-serializinghtml/Manifest @@ -0,0 +1 @@ +DIST sphinxcontrib-serializinghtml-1.1.1.tar.gz 15959 BLAKE2B a91ceee8fca73853220c43951c69b983662c35e420b502ab76ebd49dbf6587c749998b8c3440461d64de02de2a22a34f92279bf8ba739534e72f258da5d3bb43 SHA512 5cf5e4364d415d001c894de8d0983d9e20e5a65d9df39fc59a4e9db3bfc4fb2f688e7864c7228f8f1593f2d486345dd7497072e29726dc10164227384ece598f diff --git a/dev-python/sphinxcontrib-serializinghtml/metadata.xml b/dev-python/sphinxcontrib-serializinghtml/metadata.xml new file mode 100644 index 000..7d1ab6496a5 --- /dev/null +++ b/dev-python/sphinxcontrib-serializinghtml/metadata.xml @@ -0,0 +1,11 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + pyt...@gentoo.org + Python + + + sphinxcontrib-serializinghtml + + diff --git a/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.1.ebuild b/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.1.ebuild new file mode 100644 index 000..c76dbcd0d04 --- /dev/null +++ b/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{5,6,7} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Sphinx extension which outputs outputs serialized HTML files" +HOMEPAGE="http://www.sphinx-doc.org"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" + +RDEPEND="" +PDEPEND=" + >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}]" + +python_install_all() { + distutils-r1_python_install_all + find "${ED}" -name '*.pth' -delete || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx/
commit: 70300828c45a6688fee7e8661a8c32ddfc0446e8 Author: Virgil Dupras gentoo org> AuthorDate: Sun Mar 31 13:02:43 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Sun Mar 31 13:03:03 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70300828 dev-python/sphinx: bump to 2.0.0 I removed the "net" USE flag because it does nothing else than adding dependencies that aren't referenced anywhere in the code. Moreover, the release that introduced it, 1.5.1, wasn't accompanied by a justification for its addition. I think that it was added for what is now "sphinxcontrib-websupport". If that's the case, then this doesn't belong here. Closes: https://bugs.gentoo.org/662322 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/sphinx/Manifest| 1 + dev-python/sphinx/sphinx-2.0.0.ebuild | 106 ++ 2 files changed, 107 insertions(+) diff --git a/dev-python/sphinx/Manifest b/dev-python/sphinx/Manifest index 1aded9f3083..8acce3aeae6 100644 --- a/dev-python/sphinx/Manifest +++ b/dev-python/sphinx/Manifest @@ -1,3 +1,4 @@ DIST Sphinx-1.2.2.tar.gz 3143671 BLAKE2B a21b2a060363ac86832a6a28a623ed410ff0bb39ca3c9c58618ade88f4305996e54c559bb588c518597e31a73fc16e0c37fc57950eb077179f03715dfee72729 SHA512 44073c215f9d0e7f6c7bc91cb85b0508a96e5cfff5f940fef86e2fc6f11281d03b54e87e51e5a99a23e96b470a93f3af86a6a3ab7c317c747406c55b4c37791c DIST Sphinx-1.2.3.tar.gz 3200548 BLAKE2B 42033c59e6e38247af12c78cb4f69c73b1dfa883aa8a9e6c180bb74de666b45faef24a55c0bfd3aa1f22bf3e632e0e95016eb1bea54e8b5ebc7df78756763b5c SHA512 00346516e826a65145a3a7fd25ef7cee569ae7fdcc0c1bec3a7301fc08d5d8730d02eee792c3efedfcac17e712ea7e2ad70ea1fcdedc11720ad54f6bcb51ad05 DIST Sphinx-1.7.5.tar.gz 4726802 BLAKE2B 8d828dcae1f3ebb813c5f2de8c096a3fac4ab88b424955c27592349c544b775a21703c904a54efa7f86e1967198f4950804904a82a7142a3499f33c5343506e3 SHA512 db2a8df2cdb2ed78ce2341175575c2b04a149451b2bc8a4f74ddc73e308a19d505874fdbae4e370ce48a9b1cdb4de47cdab489bc57c1b378e857d5b8d04a07b8 +DIST Sphinx-2.0.0.tar.gz 6011308 BLAKE2B 72ec668522b803c07a76be086a27d2f8fb844558fc3d3a9fbaa7a191e570c23e3baa951873f68d3b54c48d8cfa770f8fd1549b718a7e760b7691bb686fe9e83d SHA512 283e18514262366e0aebc23f1e48ce7fa3591e48572525c832f96ec4f943463e19904c67ab06a4b3244119750c63dc496d4a4142e1e4a55e0b4ebdc748cf6aa6 diff --git a/dev-python/sphinx/sphinx-2.0.0.ebuild b/dev-python/sphinx/sphinx-2.0.0.ebuild new file mode 100644 index 000..779ccc6065c --- /dev/null +++ b/dev-python/sphinx/sphinx-2.0.0.ebuild @@ -0,0 +1,106 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{5,6,7} pypy3 ) +PYTHON_REQ_USE="threads(+)" + +inherit distutils-r1 + +DESCRIPTION="Python documentation generator" +HOMEPAGE="http://www.sphinx-doc.org/"; +SRC_URI="mirror://pypi/S/${PN^}/${P^}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" +IUSE="doc latex test" + +# Tests automagically use latex, bug 667414 +#REQUIRED_USE="test? ( latex )" +RESTRICT="!test? ( test )" + +RDEPEND=" + /dev/null || die + "${EPYTHON}" -m sphinx.pycode.__init__ || die "Grammar generation failed." + popd >/dev/null || die +} + +python_compile_all() { + if use doc; then + esetup.py build_sphinx + HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. ) + fi +} + +python_test() { + mkdir -p "${BUILD_DIR}/sphinx_tempdir" || die + local -x SPHINX_TEST_TEMPDIR="${BUILD_DIR}/sphinx_tempdir" + pytest -vv || die "Tests fail with ${EPYTHON}" +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/pathlib/
commit: c9dc4004542dc6d97eeb8d9fd9c905d7906e8929 Author: Virgil Dupras gentoo org> AuthorDate: Sun Mar 31 13:13:45 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Sun Mar 31 13:13:45 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9dc4004 dev-python/pathlib: remove pypy3 from PYTHON_COMPAT Bug: https://bugs.gentoo.org/616596 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/pathlib/pathlib-1.0.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild index 76c5d4e5971..25e9597a73d 100644 --- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild +++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=5 # In Python 3.4, pathlib is now part of the standard library. -PYTHON_COMPAT=( python2_7 pypy pypy3 ) +PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: virtual/python-pathlib/
commit: 0134090a488121a50a6cf57a87a62de4e0efe1a3 Author: Virgil Dupras gentoo org> AuthorDate: Sun Mar 31 13:17:06 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Sun Mar 31 13:17:06 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0134090a virtual/python-pathlib: remove pypy3 requirement Bug: https://bugs.gentoo.org/616596 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 virtual/python-pathlib/python-pathlib-1.0.ebuild | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/virtual/python-pathlib/python-pathlib-1.0.ebuild b/virtual/python-pathlib/python-pathlib-1.0.ebuild index 10122a0b286..5c3ea9070d5 100644 --- a/virtual/python-pathlib/python-pathlib-1.0.ebuild +++ b/virtual/python-pathlib/python-pathlib-1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) inherit python-r1 @@ -14,4 +14,4 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} $(python_gen_cond_dep 'dev-python/pathlib[${PYTHON_USEDEP}]' \ - python{2_7,3_3} pypy pypy3)" + python2_7 pypy)"
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: 3cf6e568ae287a86074ac986e429fb14710f8fe8 Author: Virgil Dupras gentoo org> AuthorDate: Sun Mar 31 13:33:15 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Sun Mar 31 13:33:15 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cf6e568 profiles: last-rite dev-python/reverend and dev-python/statistics Bug: https://bugs.gentoo.org/616596 Signed-off-by: Virgil Dupras gentoo.org> profiles/package.mask | 6 ++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index b3a6e988ecf..ec55f785c9c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,12 @@ #--- END OF EXAMPLES --- +# Virgil Dupras (31 Mar 2019) +# Unmaintained, no revdeps. +# Removal in 30 days. Bug #616596 +dev-python/statistics +dev-python/reverend + # Michał Górny (31 Mar 2019) # Unmaintained. Broken with new openssl (#674192) and new glibc # (#643460). Last upstream beta release in 2002. Carries ever-growing
[gentoo-commits] proj/gentoolkit:master commit in: /
commit: 7e1e18aeb7e6ab7528dbe09af73c6922cceee091 Author: Virgil Dupras gentoo org> AuthorDate: Mon Apr 1 01:42:44 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Mon Apr 1 01:43:22 2019 + URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=7e1e18ae Updated NEWS for v0.4.{1,2,3} Signed-off-by: Virgil Dupras gentoo.org> NEWS | 17 + 1 file changed, 17 insertions(+) diff --git a/NEWS b/NEWS index 9309ab8..7eacb10 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,22 @@ News (new features/major bug fixes) +gentoolkit-0.4.3 + + * epkginfo: Add 'reverse' display option for equery + * Speed up "equery depends" by a great deal + * Fix broken test suite and add new tests + * Add tox config + +gentoolkit-0.4.2 + + * Improve keyword grouping and sorting in eshowkw + * Bug fixes in eshowkw + +gentoolkit-0.4.1 + + * ekeyword: Support sorting keywords without additional changes + * Bug fixes in revdep_rebuild, equery, eclean + gentoolkit-0.4.0 * Merge ekeyword, ebump, imlate tools from gentoolkit-dev
[gentoo-commits] proj/gentoolkit: New tag: gentoolkit-0.4.3
commit: Commit: Virgil Dupras gentoo org> CommitDate: Mon Apr 1 01:51:34 2019 + New tag: gentoolkit-0.4.3
[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/
commit: 1c6ef07c301c0f2caf1bff484899d80fb08f4a15 Author: Virgil Dupras gentoo org> AuthorDate: Mon Apr 1 02:05:47 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Mon Apr 1 02:05:47 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c6ef07c app-portage/gentoolkit: bump to 0.4.3 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 app-portage/gentoolkit/Manifest| 1 + ...toolkit-.ebuild => gentoolkit-0.4.3.ebuild} | 39 +++--- app-portage/gentoolkit/gentoolkit-.ebuild | 34 ++- 3 files changed, 39 insertions(+), 35 deletions(-) diff --git a/app-portage/gentoolkit/Manifest b/app-portage/gentoolkit/Manifest index 0bba7e52368..e994394a379 100644 --- a/app-portage/gentoolkit/Manifest +++ b/app-portage/gentoolkit/Manifest @@ -2,3 +2,4 @@ DIST gentoolkit-0.3.3.tar.gz 3197037 BLAKE2B c2a45971f1f25e3008422b63b59042ca0f2 DIST gentoolkit-0.4.0.tar.gz 3215377 BLAKE2B 404f81e2f5bce5da4df122156bc76d225497456ad8ec78a50c41e1183390f8e452a6ce8a3473b5371a6712ce1599be33034c5eed64a1852d116c745bc5a775f4 SHA512 6cf693c588d4a2f5bd06fff4e78ef98007e613348048ec993c5430e168baef6c1da01e1843903f3e87ca8e47dd1ffb207acccbc5c0e881fa3093a7880fec9a56 DIST gentoolkit-0.4.1.tar.gz 3214527 BLAKE2B 1c6be826a099ba4d18ac8fa0bb38808cbf30ee1d93d26c26965d7fa332e6a87f8eee475126f56d68e2a1c0ff04f258f79f5684551b2fe5947d8ac6f6ff3e7079 SHA512 52b665e19dd8b871f4238d05d40a071d69ef114f36b589c29f46686b1439997e72f58896bb4f330ab256af6000a9559426c78cae08640e54b74db343b3b22945 DIST gentoolkit-0.4.2.tar.gz 3215652 BLAKE2B 97b4dcac7293b50161169a6c777623cb1c51e2f74020e0fa2f1f4441c203c03a1269c8c55e1461c5780ebfb8234d364837073d582a52a99f2d40c92e6b77a7f0 SHA512 3a9eac2fd214bcfe39380193cb2118edcd759dbf3eb165e7240525ce1047aa984f1d1f1d3a15324218d9be1f0a1ec960ae08a63191392f1bb3422277a52697ff +DIST gentoolkit-0.4.3.tar.gz 3218723 BLAKE2B d305db514e48446c0341c1ddc7a6c1bcd464eee11b8ee58f1a16bdf797670a9bb13eacfb2afa666d9ef292ad1dcbdf9970f8ded64bd5d12ca9d73ffae8923119 SHA512 81058d4787b291b6398d82d9a32f41b78d939f8d20ad8afbf9e22a47311ff0a270098c69e53d903ab3ec72a4cd11f13f3be30279a538a6a52972e1651efe447d diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild b/app-portage/gentoolkit/gentoolkit-0.4.3.ebuild similarity index 55% copy from app-portage/gentoolkit/gentoolkit-.ebuild copy to app-portage/gentoolkit/gentoolkit-0.4.3.ebuild index 084927bf88c..81df6c1880e 100644 --- a/app-portage/gentoolkit/gentoolkit-.ebuild +++ b/app-portage/gentoolkit/gentoolkit-0.4.3.ebuild @@ -1,24 +1,22 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=7 -PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6} pypy) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy ) PYTHON_REQ_USE="xml(+),threads(+)" -inherit distutils-r1 git-r3 - -EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git"; +inherit distutils-r1 DESCRIPTION="Collection of administration scripts for Gentoo" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools"; -SRC_URI="" +SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.gz"; LICENSE="GPL-2" SLOT="0" IUSE="" -KEYWORDS="" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" DEPEND=" || ( @@ -26,28 +24,23 @@ DEPEND=" sys-apps/portage-mgorny[${PYTHON_USEDEP}] )" RDEPEND="${DEPEND} - !app-portage/gentoolkit-dev sys-apps/gawk sys-apps/gentoo-functions" python_prepare_all() { python_setup - echo VERSION="-${EGIT_VERSION}" "${PYTHON}" setup.py set_version - VERSION="-${EGIT_VERSION}" "${PYTHON}" setup.py set_version + echo VERSION="${PVR}" "${PYTHON}" setup.py set_version + VERSION="${PVR}" "${PYTHON}" setup.py set_version distutils-r1_python_prepare_all } python_install_all() { distutils-r1_python_install_all +} - # remove on Gentoo Prefix platforms where it's broken anyway - if use prefix; then - elog "The revdep-rebuild command is removed, the preserve-libs" - elog "feature of portage will handle issues." - rm "${ED}"/usr/bin/revdep-rebuild* - rm "${ED}"/usr/share/man/man1/revdep-rebuild.1 - rm -rf "${ED}"/etc/revdep-rebuild - rm -rf
[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/
commit: c508e5d57a91c893de24280eda3ef251e7fd3dfc Author: Virgil Dupras gentoo org> AuthorDate: Mon Apr 1 02:08:01 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Mon Apr 1 02:08:01 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c508e5d5 app-portage/gentoolkit: remove old Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 app-portage/gentoolkit/Manifest| 3 -- app-portage/gentoolkit/gentoolkit-0.3.3.ebuild | 70 app-portage/gentoolkit/gentoolkit-0.4.0.ebuild | 74 -- app-portage/gentoolkit/gentoolkit-0.4.1.ebuild | 74 -- 4 files changed, 221 deletions(-) diff --git a/app-portage/gentoolkit/Manifest b/app-portage/gentoolkit/Manifest index e994394a379..4f10fb513c5 100644 --- a/app-portage/gentoolkit/Manifest +++ b/app-portage/gentoolkit/Manifest @@ -1,5 +1,2 @@ -DIST gentoolkit-0.3.3.tar.gz 3197037 BLAKE2B c2a45971f1f25e3008422b63b59042ca0f2b170b98e10fc4e449ee6be76c0422469cd8bce1b744830404d5a26ba87ded47aab679069965eea266719249475923 SHA512 ad142c2c66e7f7a2e4184c8f95e394ee783cd57808e6254e9f5df0f3f60ad842042f773716ca0fd6d7545bb8a2d11c1c167a4ec471eb3238c8ee3a519f70a691 -DIST gentoolkit-0.4.0.tar.gz 3215377 BLAKE2B 404f81e2f5bce5da4df122156bc76d225497456ad8ec78a50c41e1183390f8e452a6ce8a3473b5371a6712ce1599be33034c5eed64a1852d116c745bc5a775f4 SHA512 6cf693c588d4a2f5bd06fff4e78ef98007e613348048ec993c5430e168baef6c1da01e1843903f3e87ca8e47dd1ffb207acccbc5c0e881fa3093a7880fec9a56 -DIST gentoolkit-0.4.1.tar.gz 3214527 BLAKE2B 1c6be826a099ba4d18ac8fa0bb38808cbf30ee1d93d26c26965d7fa332e6a87f8eee475126f56d68e2a1c0ff04f258f79f5684551b2fe5947d8ac6f6ff3e7079 SHA512 52b665e19dd8b871f4238d05d40a071d69ef114f36b589c29f46686b1439997e72f58896bb4f330ab256af6000a9559426c78cae08640e54b74db343b3b22945 DIST gentoolkit-0.4.2.tar.gz 3215652 BLAKE2B 97b4dcac7293b50161169a6c777623cb1c51e2f74020e0fa2f1f4441c203c03a1269c8c55e1461c5780ebfb8234d364837073d582a52a99f2d40c92e6b77a7f0 SHA512 3a9eac2fd214bcfe39380193cb2118edcd759dbf3eb165e7240525ce1047aa984f1d1f1d3a15324218d9be1f0a1ec960ae08a63191392f1bb3422277a52697ff DIST gentoolkit-0.4.3.tar.gz 3218723 BLAKE2B d305db514e48446c0341c1ddc7a6c1bcd464eee11b8ee58f1a16bdf797670a9bb13eacfb2afa666d9ef292ad1dcbdf9970f8ded64bd5d12ca9d73ffae8923119 SHA512 81058d4787b291b6398d82d9a32f41b78d939f8d20ad8afbf9e22a47311ff0a270098c69e53d903ab3ec72a4cd11f13f3be30279a538a6a52972e1651efe447d diff --git a/app-portage/gentoolkit/gentoolkit-0.3.3.ebuild b/app-portage/gentoolkit/gentoolkit-0.3.3.ebuild deleted file mode 100644 index 98e625998ac..000 --- a/app-portage/gentoolkit/gentoolkit-0.3.3.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -PYTHON_COMPAT=(python{2_7,3_4,3_5} pypy) -PYTHON_REQ_USE="xml(+),threads(+)" - -inherit distutils-r1 - -DESCRIPTION="Collection of administration scripts for Gentoo" -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools"; -SRC_URI="https://dev.gentoo.org/~fuzzyray/distfiles/${P}.tar.gz"; - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -DEPEND="sys-apps/portage[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND} - !<=app-portage/gentoolkit-dev-0.2.7 - sys-apps/gawk - sys-apps/gentoo-functions" - -python_prepare_all() { - python_setup - echo VERSION="${PVR}" "${PYTHON}" setup.py set_version - VERSION="${PVR}" "${PYTHON}" setup.py set_version - distutils-r1_python_prepare_all -} - -python_install_all() { - distutils-r1_python_install_all - - # remove on Gentoo Prefix platforms where it's broken anyway - if use prefix; then - elog "The revdep-rebuild command is removed, the preserve-libs" - elog "feature of portage will handle issues." - rm "${ED}"/usr/bin/revdep-rebuild* - rm "${ED}"/usr/share/man/man1/revdep-rebuild.1 - rm -rf "${ED}"/etc/revdep-rebuild - rm -rf "${ED}"/var - fi -} - -pkg_postinst() { - # Create cache directory for revdep-rebuild - mkdir -p -m 0755 "${EROOT%/}"/var/cache - mkdir -p -m 0700 "${EROOT%/}"/var/cache/revdep-rebuild - - # Only show the elog information on a new install - if [[ ! ${REPLACING_VERSIONS} ]]; then - elog - elog "For further
[gentoo-commits] repo/gentoo:master commit in: dev-python/tblib/
commit: dd16de248f5785bd9d46de99bf3b8957926a8de7 Author: Virgil Dupras gentoo org> AuthorDate: Mon Apr 1 17:47:54 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Mon Apr 1 17:50:03 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd16de24 dev-python/tblib: add py37 compat Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/tblib/tblib-1.3.2-r1.ebuild | 20 1 file changed, 20 insertions(+) diff --git a/dev-python/tblib/tblib-1.3.2-r1.ebuild b/dev-python/tblib/tblib-1.3.2-r1.ebuild new file mode 100644 index 000..8f3c3c63755 --- /dev/null +++ b/dev-python/tblib/tblib-1.3.2-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) + +inherit distutils-r1 + +DESCRIPTION="Traceback fiddling library for Python" +HOMEPAGE="https://github.com/ionelmc/python-tblib"; +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}"
[gentoo-commits] repo/gentoo:master commit in: dev-python/django/
commit: 99a0ad02857be0c42562509a54e868ff9868a821 Author: Virgil Dupras gentoo org> AuthorDate: Mon Apr 1 17:34:58 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Mon Apr 1 17:50:03 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99a0ad02 dev-python/django: bump to 2.2 Had to drop keywords because of new dependency. Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/django/Manifest | 1 + dev-python/django/django-2.2.ebuild | 90 + 2 files changed, 91 insertions(+) diff --git a/dev-python/django/Manifest b/dev-python/django/Manifest index 6177108a3c1..9115edf8ea6 100644 --- a/dev-python/django/Manifest +++ b/dev-python/django/Manifest @@ -2,3 +2,4 @@ DIST Django-1.11.20.tar.gz 7846576 BLAKE2B 11423edda7f2f08cc894957da65c746c99ce7 DIST Django-2.0.13.tar.gz 7990057 BLAKE2B 8172d4ac3e74ce41403d3825ca102673e78cfc47c799a05de6543d3e06b69f97ce475b314d78d88226564cc2cafa1cbd1f6237232967ba15d88d94fa83514e1d SHA512 cae1977bec5b23475bb8b3b67444bf3b12edcd212db11e22e4d10456b1ae5d8dcc1734f1f07cb1e19dd39577684b03821cfc247174d687e29ea8fbed7b628727 DIST Django-2.1.7.tar.gz 8608548 BLAKE2B c391fe2ed0fe9a4f4ef45cf828a0a85c16d5ede7c1bdc1ed5fae1185f04052290817900e97f95fa199425c344d91a9d32c7fb7ac8aec5d12152e7f8a39f8136f SHA512 bacbd52c834a14267588f7bcf57f52c246beb9971352e60eb780e28872884e0dd3701256dcd9600ae0faad29f42460391ea973e9fbb3338c2c08baf0d5ca2fe8 DIST Django-2.1.8.tar.gz 8613572 BLAKE2B 543e41f1b4031b624f903f075e95af7e010510f4c265aebd35a5f6b3f074703b3a4b54bc7f2a9752e717ac99d20c42d6e34e556ca619a531cf8c66622ce1419a SHA512 f84fcdf919091a9db6289f25da601ce447382f79118a99f8f316b2479a9325d629f725edb4618300f76e23bd68ae45ff4c6b6576988f109d1a7ba715c73327c3 +DIST Django-2.2.tar.gz 8843237 BLAKE2B 6e2468e655cbb1cf4800dcad11ddb47267e90f6be87667b913703238c8ade13ac4f77ec8fa3b6aaf4b25660d7d199935752661f5b94c4e1bccfae324041c SHA512 cab4e31d9ad7bc1765dd922913ade5ced7308cb687374c650358585070f2d19feca47c9135b56e3d686df08a9a80b0af232b79cea18ec229f2a9737af6c1f964 diff --git a/dev-python/django/django-2.2.ebuild b/dev-python/django/django-2.2.ebuild new file mode 100644 index 000..850faaac947 --- /dev/null +++ b/dev-python/django/django-2.2.ebuild @@ -0,0 +1,90 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_REQ_USE='sqlite?,threads(+)' + +inherit bash-completion-r1 distutils-r1 eutils + +MY_PN="Django" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="High-level Python web framework" +HOMEPAGE="https://www.djangoproject.com/ https://pypi.org/project/Django/"; +SRC_URI="https://www.djangoproject.com/m/releases/$(ver_cut 1-2)/${MY_P}.tar.gz" + +LICENSE="BSD" +# admin fonts: Roboto (media-fonts/roboto) +LICENSE+=" Apache-2.0" +# admin icons, jquery, xregexp.js +LICENSE+=" MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="doc sqlite test" + +RDEPEND=" + dev-python/pytz[${PYTHON_USEDEP}] + dev-python/sqlparse[${PYTHON_USEDEP}]" +BDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) + test? ( + $(python_gen_impl_dep sqlite) + dev-python/docutils[${PYTHON_USEDEP}] + dev-python/jinja[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/pillow[webp,${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/tblib[${PYTHON_USEDEP}] + )" + +S="${WORKDIR}/${MY_P}" + +PATCHES=( + "${FILESDIR}"/${PN}-2.0.7-bashcomp.patch +) + +python_prepare_all() { + # Prevent d'loading in the doc build + sed -e '/^"sphinx.ext.intersphinx",/d' -i docs/conf.py || die + + distutils-r1_python_prepare_all +} + +python_compile_all() { + use doc && emake -C docs html +} + +python_test() { + # Tests have non-standard assumptions about PYTHONPATH, + # and don't work with ${BUILD_DIR}/lib. + PYTHONPATH=. "${PYTHON}" tests/runtests.py --settings=test_sqlite -v2 \ + || die "Tests fail with ${EPYTHON}" +} + +python_install_all() { + newbashcomp extras/django_bash_completion ${PN}-admin + bashcomp_alias ${PN}-admin django-admin.py + + if use doc; then + rm -fr docs/_build/html/_sources || die + local HTML_DOCS=( docs/_build/html/. ) + fi + + distutils-r1_python_install_all +} + +pkg_postinst() { + elog "Additional Backend support can be enabled via" + optfeature "MySQL backend support" dev-python/mysqlclient + optfeat
[gentoo-commits] repo/gentoo:master commit in: dev-python/django/
commit: bd9fd3fc2174c232e551bd813e97c7787ee4593c Author: Virgil Dupras gentoo org> AuthorDate: Mon Apr 1 17:49:15 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Mon Apr 1 17:50:04 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd9fd3fc dev-python/django: remove old Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/django/Manifest | 1 - dev-python/django/django-2.0.13.ebuild | 110 - 2 files changed, 111 deletions(-) diff --git a/dev-python/django/Manifest b/dev-python/django/Manifest index 9115edf8ea6..030e3e8d70e 100644 --- a/dev-python/django/Manifest +++ b/dev-python/django/Manifest @@ -1,5 +1,4 @@ DIST Django-1.11.20.tar.gz 7846576 BLAKE2B 11423edda7f2f08cc894957da65c746c99ce7ce5399ff236972cce627e347cbc4a43c7ff75282318fac2ac8f65fc4db691ac9fe8e04059b0de4f1bfe31278382 SHA512 5a0fff6c9b90a08e98dee6d4d090047adb900a8f6a061f98e685e8998bfe3d97fe7a90aa7d4d2feae67026fb6e4441393d50cb5ab295604ed362a080b987f062 -DIST Django-2.0.13.tar.gz 7990057 BLAKE2B 8172d4ac3e74ce41403d3825ca102673e78cfc47c799a05de6543d3e06b69f97ce475b314d78d88226564cc2cafa1cbd1f6237232967ba15d88d94fa83514e1d SHA512 cae1977bec5b23475bb8b3b67444bf3b12edcd212db11e22e4d10456b1ae5d8dcc1734f1f07cb1e19dd39577684b03821cfc247174d687e29ea8fbed7b628727 DIST Django-2.1.7.tar.gz 8608548 BLAKE2B c391fe2ed0fe9a4f4ef45cf828a0a85c16d5ede7c1bdc1ed5fae1185f04052290817900e97f95fa199425c344d91a9d32c7fb7ac8aec5d12152e7f8a39f8136f SHA512 bacbd52c834a14267588f7bcf57f52c246beb9971352e60eb780e28872884e0dd3701256dcd9600ae0faad29f42460391ea973e9fbb3338c2c08baf0d5ca2fe8 DIST Django-2.1.8.tar.gz 8613572 BLAKE2B 543e41f1b4031b624f903f075e95af7e010510f4c265aebd35a5f6b3f074703b3a4b54bc7f2a9752e717ac99d20c42d6e34e556ca619a531cf8c66622ce1419a SHA512 f84fcdf919091a9db6289f25da601ce447382f79118a99f8f316b2479a9325d629f725edb4618300f76e23bd68ae45ff4c6b6576988f109d1a7ba715c73327c3 DIST Django-2.2.tar.gz 8843237 BLAKE2B 6e2468e655cbb1cf4800dcad11ddb47267e90f6be87667b913703238c8ade13ac4f77ec8fa3b6aaf4b25660d7d199935752661f5b94c4e1bccfae324041c SHA512 cab4e31d9ad7bc1765dd922913ade5ced7308cb687374c650358585070f2d19feca47c9135b56e3d686df08a9a80b0af232b79cea18ec229f2a9737af6c1f964 diff --git a/dev-python/django/django-2.0.13.ebuild b/dev-python/django/django-2.0.13.ebuild deleted file mode 100644 index b9fce6b2cb6..000 --- a/dev-python/django/django-2.0.13.ebuild +++ /dev/null @@ -1,110 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{4,5,6} ) -PYTHON_REQ_USE='sqlite?,threads(+)' -WEBAPP_NO_AUTO_INSTALL="yes" - -inherit bash-completion-r1 distutils-r1 eutils eapi7-ver webapp - -MY_PN="Django" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="High-level Python web framework" -HOMEPAGE="https://www.djangoproject.com/ https://pypi.org/project/Django/"; -SRC_URI=" - https://www.djangoproject.com/m/releases/$(ver_cut 1-2)/${MY_P}.tar.gz - mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz - " - -LICENSE="BSD" -# admin fonts: Roboto (media-fonts/roboto) -LICENSE+=" Apache-2.0" -# admin icons, jquery, xregexp.js -LICENSE+=" MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="doc sqlite test" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/pytz[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( >=dev-python/sphinx-1.0.7[${PYTHON_USEDEP}] ) - test? ( - $(python_gen_impl_dep sqlite) - dev-python/docutils[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - )" - -S="${WORKDIR}/${MY_P}" - -WEBAPP_MANUAL_SLOT="yes" - -PATCHES=( - "${FILESDIR}"/${PN}-2.0.7-bashcomp.patch -) - -pkg_setup() { - webapp_pkg_setup -} - -python_prepare_all() { - # Prevent d'loading in the doc build - sed -e '/^"sphinx.ext.intersphinx",/d' -i docs/conf.py || die - - distutils-r1_python_prepare_all -} - -python_compile_all() { - use doc && emake -C docs html -} - -python_test() { - # Tests have non-standard assumptions about PYTHONPATH, - # and don't work with ${BUILD_DIR}/lib. - PYTHONPATH=. "${PYTHON}" tests/runtests.py --settings=test_sqlite -v2 --parallel 1 \ - || die "Tests fail with ${EPYTHON}" -} - -python_install_all() { - newbashcomp extras/django_bash_comple
[gentoo-commits] repo/gentoo:master commit in: dev-python/django/
commit: bf51e7d2570aaf899f3ff62560946b3427bb2116 Author: Virgil Dupras gentoo org> AuthorDate: Mon Apr 1 17:09:04 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Mon Apr 1 17:50:03 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf51e7d2 dev-python/django: bump to 2.1.8 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/django/Manifest| 1 + dev-python/django/django-2.1.8.ebuild | 87 +++ 2 files changed, 88 insertions(+) diff --git a/dev-python/django/Manifest b/dev-python/django/Manifest index cea68422023..6177108a3c1 100644 --- a/dev-python/django/Manifest +++ b/dev-python/django/Manifest @@ -1,3 +1,4 @@ DIST Django-1.11.20.tar.gz 7846576 BLAKE2B 11423edda7f2f08cc894957da65c746c99ce7ce5399ff236972cce627e347cbc4a43c7ff75282318fac2ac8f65fc4db691ac9fe8e04059b0de4f1bfe31278382 SHA512 5a0fff6c9b90a08e98dee6d4d090047adb900a8f6a061f98e685e8998bfe3d97fe7a90aa7d4d2feae67026fb6e4441393d50cb5ab295604ed362a080b987f062 DIST Django-2.0.13.tar.gz 7990057 BLAKE2B 8172d4ac3e74ce41403d3825ca102673e78cfc47c799a05de6543d3e06b69f97ce475b314d78d88226564cc2cafa1cbd1f6237232967ba15d88d94fa83514e1d SHA512 cae1977bec5b23475bb8b3b67444bf3b12edcd212db11e22e4d10456b1ae5d8dcc1734f1f07cb1e19dd39577684b03821cfc247174d687e29ea8fbed7b628727 DIST Django-2.1.7.tar.gz 8608548 BLAKE2B c391fe2ed0fe9a4f4ef45cf828a0a85c16d5ede7c1bdc1ed5fae1185f04052290817900e97f95fa199425c344d91a9d32c7fb7ac8aec5d12152e7f8a39f8136f SHA512 bacbd52c834a14267588f7bcf57f52c246beb9971352e60eb780e28872884e0dd3701256dcd9600ae0faad29f42460391ea973e9fbb3338c2c08baf0d5ca2fe8 +DIST Django-2.1.8.tar.gz 8613572 BLAKE2B 543e41f1b4031b624f903f075e95af7e010510f4c265aebd35a5f6b3f074703b3a4b54bc7f2a9752e717ac99d20c42d6e34e556ca619a531cf8c66622ce1419a SHA512 f84fcdf919091a9db6289f25da601ce447382f79118a99f8f316b2479a9325d629f725edb4618300f76e23bd68ae45ff4c6b6576988f109d1a7ba715c73327c3 diff --git a/dev-python/django/django-2.1.8.ebuild b/dev-python/django/django-2.1.8.ebuild new file mode 100644 index 000..fa8668065c0 --- /dev/null +++ b/dev-python/django/django-2.1.8.ebuild @@ -0,0 +1,87 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_REQ_USE='sqlite?,threads(+)' + +inherit bash-completion-r1 distutils-r1 eutils + +MY_PN="Django" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="High-level Python web framework" +HOMEPAGE="https://www.djangoproject.com/ https://pypi.org/project/Django/"; +SRC_URI="https://www.djangoproject.com/m/releases/$(ver_cut 1-2)/${MY_P}.tar.gz" + +LICENSE="BSD" +# admin fonts: Roboto (media-fonts/roboto) +LICENSE+=" Apache-2.0" +# admin icons, jquery, xregexp.js +LICENSE+=" MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="doc sqlite test" + +RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]" +BDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) + test? ( + $(python_gen_impl_dep sqlite) + dev-python/docutils[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] + )" + +S="${WORKDIR}/${MY_P}" + +PATCHES=( + "${FILESDIR}"/${PN}-2.0.7-bashcomp.patch +) + +python_prepare_all() { + # Prevent d'loading in the doc build + sed -e '/^"sphinx.ext.intersphinx",/d' -i docs/conf.py || die + + distutils-r1_python_prepare_all +} + +python_compile_all() { + use doc && emake -C docs html +} + +python_test() { + # Tests have non-standard assumptions about PYTHONPATH, + # and don't work with ${BUILD_DIR}/lib. + PYTHONPATH=. "${PYTHON}" tests/runtests.py --settings=test_sqlite -v2 \ + || die "Tests fail with ${EPYTHON}" +} + +python_install_all() { + newbashcomp extras/django_bash_completion ${PN}-admin + bashcomp_alias ${PN}-admin django-admin.py + + if use doc; then + rm -fr docs/_build/html/_sources || die + local HTML_DOCS=( docs/_build/html/. ) + fi + + distutils-r1_python_install_all +} + +pkg_postinst() { + elog "Additional Backend support can be enabled via" + optfeature "MySQL backend support" dev-python/mysqlclient + optfeature "PostgreSQL backend support" dev-python/psycopg:2 + echo "" + elog "Other features can
[gentoo-commits] repo/gentoo:master commit in: dev-python/sqlparse/
commit: 8200741ceab7d593e6a92e91877a18a714661d03 Author: Virgil Dupras gentoo org> AuthorDate: Mon Apr 1 17:30:18 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Mon Apr 1 17:50:03 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8200741c dev-python/sqlparse: new package Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/sqlparse/Manifest | 1 + dev-python/sqlparse/metadata.xml | 16 dev-python/sqlparse/sqlparse-0.3.0.ebuild | 25 + 3 files changed, 42 insertions(+) diff --git a/dev-python/sqlparse/Manifest b/dev-python/sqlparse/Manifest new file mode 100644 index 000..8de093a571b --- /dev/null +++ b/dev-python/sqlparse/Manifest @@ -0,0 +1 @@ +DIST sqlparse-0.3.0.tar.gz 64072 BLAKE2B fbee74c7222fa50c5d627959d5c8652dcd85ab5b5b771e3c8375cadc6e009c2fb1adc3c2428e27d769c210e7976c350bfab367cb7aa44dd7b4183ad9722a4ca6 SHA512 596d25f5fa2c797fe5652e36e9633397e7867586ff0959f52d1ff861c16d0e7c73644daf03d74169dd20255e802b7369d4dace0a44a3d94c15bd67faa41df551 diff --git a/dev-python/sqlparse/metadata.xml b/dev-python/sqlparse/metadata.xml new file mode 100644 index 000..b650fb79cb7 --- /dev/null +++ b/dev-python/sqlparse/metadata.xml @@ -0,0 +1,16 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + +vdup...@gentoo.org +Virgil Dupras + + +pyt...@gentoo.org +Python + + +sqlparse +andialbrecht/sqlparse + + diff --git a/dev-python/sqlparse/sqlparse-0.3.0.ebuild b/dev-python/sqlparse/sqlparse-0.3.0.ebuild new file mode 100644 index 000..17294f018af --- /dev/null +++ b/dev-python/sqlparse/sqlparse-0.3.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +inherit distutils-r1 + +DESCRIPTION="A non-validating SQL parser module for Python" +HOMEPAGE="https://github.com/andialbrecht/sqlparse"; +SRC_URI="https://github.com/andialbrecht/sqlparse/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND="${DEPEND}" +BDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/pytest )" + +python_test() { + pytest -vv || die "Tests fail with ${EPYTHON}" +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-relaxed/, dev-python/pytest-relaxed/files/, profiles/
commit: 0ade26cf8a702ab1252bba92dae584a7f2b7c102 Author: Virgil Dupras gentoo org> AuthorDate: Sun Jun 9 13:59:39 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Sun Jun 9 13:59:39 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ade26cf dev-python/pytest-relaxed: remove last-rited package Closes: https://bugs.gentoo.org/685538 Signed-off-by: Virgil Dupras gentoo.org> dev-python/pytest-relaxed/Manifest | 2 -- .../files/pytest-relaxed-1.1.4-no-autoload.patch | 12 --- dev-python/pytest-relaxed/metadata.xml | 12 --- .../pytest-relaxed/pytest-relaxed-1.1.0.ebuild | 31 .../pytest-relaxed/pytest-relaxed-1.1.4.ebuild | 41 -- profiles/package.mask | 5 --- 6 files changed, 103 deletions(-) diff --git a/dev-python/pytest-relaxed/Manifest b/dev-python/pytest-relaxed/Manifest deleted file mode 100644 index b15fdf92d8c..000 --- a/dev-python/pytest-relaxed/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST pytest-relaxed-1.1.0.tar.gz 25942 BLAKE2B 6dd34044ec3ae0b5c85f0a76102aaeafe3dad8748c0cf34666dd3550162a2968191efb8415467259a4f072905af062aeabaaaeb475ab68d47aa8d79e3cadd3d0 SHA512 010e37c4d0c63bd00af8851bb50e52af7f8f17769be042e4941e8d8ba451920c24dfa6cdf74cd1b3ca4b3e1c71cd5e1ac34ffae855fc261cf431c212f98cbfff -DIST pytest-relaxed-1.1.4.tar.gz 26854 BLAKE2B c9b4d7c5c68fb24deaa9b107960eec7b24ab1cfe4ed37f0ffa99b4e5a9d3572be860ff3bc39882f5024fb6aad73f5f976c450294cf713483bba655af56b70245 SHA512 d4e7ed5143ac9f1bff1f911e4ab3aede076d154dcecc28ce96cbc49782d186214893b942a3548da2789faa51df5ddbd43ff41c82b9bb9d0d52f38a2000fc0c6b diff --git a/dev-python/pytest-relaxed/files/pytest-relaxed-1.1.4-no-autoload.patch b/dev-python/pytest-relaxed/files/pytest-relaxed-1.1.4-no-autoload.patch deleted file mode 100644 index b176e4e86c3..000 --- a/dev-python/pytest-relaxed/files/pytest-relaxed-1.1.4-no-autoload.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/setup.py b/setup.py -index 28c72c7..6feca5b 100644 a/setup.py -+++ b/setup.py -@@ -22,7 +22,6 @@ setup( - packages=find_packages(), - entry_points={ - # TODO: do we need to name the LHS 'pytest_relaxed' too? meh --"pytest11": ["relaxed = pytest_relaxed.plugin"] - }, - install_requires=[ - # NOTE: pytest 3.3 broke something, not sure what yet diff --git a/dev-python/pytest-relaxed/metadata.xml b/dev-python/pytest-relaxed/metadata.xml deleted file mode 100644 index 2d23528854f..000 --- a/dev-python/pytest-relaxed/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - - pyt...@gentoo.org - Python - - - pytest-relaxed - bitprophet/pytest-relaxed - - diff --git a/dev-python/pytest-relaxed/pytest-relaxed-1.1.0.ebuild b/dev-python/pytest-relaxed/pytest-relaxed-1.1.0.ebuild deleted file mode 100644 index 1fd62c11b70..000 --- a/dev-python/pytest-relaxed/pytest-relaxed-1.1.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{5,6} ) - -inherit distutils-r1 - -DESCRIPTION="py.test plugin for relaxed test discovery and organization" -HOMEPAGE="https://pypi.org/project/pytest-relaxed/ https://github.com/bitprophet/pytest-relaxed"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="BSD-2" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris" -IUSE="test" - -RDEPEND=" - >=dev-python/pytest-3[${PYTHON_USEDEP}] - >=dev-python/six-1[${PYTHON_USEDEP}] - >=dev-python/decorator-4[${PYTHON_USEDEP}] -" -DEPEND="test? ( ${RDEPEND} )" - -# various misc failures -RESTRICT="test" - -python_test() { - py.test || die "tests failed with ${EPYTHON}" -} diff --git a/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild b/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild deleted file mode 100644 index 1e8201173b1..000 --- a/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# Because of its https://pypi.org/project/pytest-relaxed/ https://github.com/bitprophet/pytest-relaxed"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="BSD-2" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86
[gentoo-commits] repo/gentoo:master commit in: dev-python/detox/, profiles/
commit: 05f16e1304fa0bdd86bc44a12006364d6d15f74c Author: Virgil Dupras gentoo org> AuthorDate: Sat Jun 29 12:22:55 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Sat Jun 29 12:22:55 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05f16e13 dev-python/detox: remove last-rited package Closes: https://bugs.gentoo.org/685870 Signed-off-by: Virgil Dupras gentoo.org> dev-python/detox/Manifest | 1 - dev-python/detox/detox-0.11.ebuild | 35 --- dev-python/detox/metadata.xml | 12 profiles/package.mask | 5 - 4 files changed, 53 deletions(-) diff --git a/dev-python/detox/Manifest b/dev-python/detox/Manifest deleted file mode 100644 index a5bd1a027f1..000 --- a/dev-python/detox/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST detox-0.11.tar.gz 8406 BLAKE2B c8ad67bdcf69a6a6f558b893be4e6da66dde3ac4a092445ed73e9200d2e80179f42e168ba3b639e59cc5a7b8c6a8f5edbeb327953c1bb91c1de267ddde28208d SHA512 326219669934f75886532920e2e1f0a887a5efa7f1efc1dc7549f5824254a6b354599fa058370ac235f1df6a6b4016fa207108b04368c8ec8dbe91e758ee559d diff --git a/dev-python/detox/detox-0.11.ebuild b/dev-python/detox/detox-0.11.ebuild deleted file mode 100644 index a5216835ebe..000 --- a/dev-python/detox/detox-0.11.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_{5,6}} ) - -inherit distutils-r1 - -DESCRIPTION="distributed tox" -HOMEPAGE="https://github.com/tox-dev/detox https://pypi.org/project/detox/"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/py-1.4.27[${PYTHON_USEDEP}] - >=dev-python/eventlet-0.15.0[${PYTHON_USEDEP}] - >=dev-python/tox-2[${PYTHON_USEDEP}] -" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - ${RDEPEND} - dev-python/pytest[${PYTHON_USEDEP}] - ) -" - -python_test() { - py.test -v || die "tests failed under ${EPYTHON}" -} diff --git a/dev-python/detox/metadata.xml b/dev-python/detox/metadata.xml deleted file mode 100644 index 84721a9a110..000 --- a/dev-python/detox/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - - pyt...@gentoo.org - Python - - - detox - tox-dev/detox - - diff --git a/profiles/package.mask b/profiles/package.mask index b39b1cd06cf..5f221944aa3 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -194,11 +194,6 @@ dev-ruby/filesize:0.1.1 # Depends on >=virtual/{jdk,jre}-11 which is masked =www-servers/tomcat-9.0.20 -# Virgil Dupras (13 May 2019) -# detox has been deprecated by the release of tox 3.7.0 which duplicates the -# feature. Removal in 30 days. Bug #685870 -dev-python/detox - # Andreas K. Hüttel (11 May 2019) # Perl 5.24 will be removed soon. Please upgrade.
[gentoo-commits] repo/gentoo:master commit in: dev-python/drpython/files/, dev-python/drpython/, profiles/
commit: af9ad10931990440c842864559f43ced8fe12bff Author: Virgil Dupras gentoo org> AuthorDate: Sat Jun 29 12:26:10 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Sat Jun 29 12:26:10 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af9ad109 dev-python/drpython: remove last-rited package Closes: https://bugs.gentoo.org/686668 Signed-off-by: Virgil Dupras gentoo.org> dev-python/drpython/Manifest | 1 - dev-python/drpython/drpython-3.11.4.ebuild | 46 -- .../drpython/files/drpython-165-wxversion.patch| 12 -- dev-python/drpython/metadata.xml | 20 -- profiles/package.mask | 4 -- 5 files changed, 83 deletions(-) diff --git a/dev-python/drpython/Manifest b/dev-python/drpython/Manifest deleted file mode 100644 index d1f5e1763b4..000 --- a/dev-python/drpython/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST DrPython_3.11.4.zip 824982 BLAKE2B b160a8c65e8aa0f9a7b2b753fc325456f732d5ed5ea9743e6a5108f5a7c616a2c3af02032716565bb1ef08bc2e28d65492a29fa58a21183fe33f9e1a830d523f SHA512 13943eb28d7155e99e0ffb57903ddde25c964c908ac848f14041c456bc6aa71bab7cad1101e489c09ba5efb5af35e33895a518021bb607f5047844927bcebf2b diff --git a/dev-python/drpython/drpython-3.11.4.ebuild b/dev-python/drpython/drpython-3.11.4.ebuild deleted file mode 100644 index f59c877bf5d..000 --- a/dev-python/drpython/drpython-3.11.4.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -MY_PN="DrPython" -MY_P="${MY_PN}_${PV}" - -DESCRIPTION="A powerful cross-platform IDE for Python" -HOMEPAGE="http://drpython.sourceforge.net/"; -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ia64 ppc x86" -IUSE="" - -RDEPEND=">=dev-python/wxpython-2.6" -DEPEND="${RDEPEND} - app-arch/unzip" - -S="${WORKDIR}/${PN}" - -PAYTCHES=( "${FILESDIR}/${PN}-165-wxversion.patch" ) - -python_prepare_all() { - sed \ - -e "/'drpython.pyw', 'drpython.lin'/d" \ - -e "/scripts=\['postinst.py'\],/d" \ - -i setup.py || die "sed failed" - sed -e "s/arguments)c/arguments)/" -i examples/DrScript/SetTerminalArgs.py || die "sed failed" - distutils-r1_python_prepare_all -} - -python_install() { - make_wrapper drpython "${PYTHON}" $(python_get_sitedir)/${PN}/drpython.py - distutils-r1_python_install -} - -pkg_postinst() { - elog "DrPython plugins are available on DrPython homepage:" - elog "https://sourceforge.net/projects/drpython/files/DrPython%20Plugins/"; -} diff --git a/dev-python/drpython/files/drpython-165-wxversion.patch b/dev-python/drpython/files/drpython-165-wxversion.patch deleted file mode 100644 index bab247c2110..000 --- a/dev-python/drpython/files/drpython-165-wxversion.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur drpython-orig/drpython_wx26.py drpython/drpython_wx26.py drpython_wx26.py 2007-03-23 19:20:02.0 -0600 -+++ drpython_wx26.py 2007-12-03 18:36:01.0 -0600 -@@ -34,7 +34,7 @@ - - ## testfile for older version - import wxversion --wxversion.select("2.60-msw-ansi") -+wxversion.select("2.6") - - if __name__ == '__main__': - import drpython diff --git a/dev-python/drpython/metadata.xml b/dev-python/drpython/metadata.xml deleted file mode 100644 index ac5d572905b..000 --- a/dev-python/drpython/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - - pyt...@gentoo.org - Python - - -DrPython is a highly customizable, simple, and clean -editing environment for developing Python programs. It -is intended primarily for use in schools, and is a tribute to -DrScheme. - - -DrPythonはPython言語プログラム用の、柔軟で、簡単で、安定した開発環境です。DrSchemeに触発され、学校での教材となる事が念頭にあります。 - - - drpython - - diff --git a/profiles/package.mask b/profiles/package.mask index 5f221944aa3..d0815d8290f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -154,10 +154,6 @@ app-emulation/rkt lxde-base/lxshortcut lxde-base/lxsession-edit -# Virgil Dupras (24 May 2019) -# py2 only, dead upstream, removal in 30 days. Bug #686668 -dev-python/drpython - # Patrick Lauer (23 May 2019) # PostgreSQL beta and release candidate releases are pre-release testing # versions, not meant for production use. They are feature-frozen, and are
[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
commit: 0d0899baeba1197af6e91f1159748a1684378ebd Author: Virgil Dupras gentoo org> AuthorDate: Fri Jul 5 18:50:43 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Jul 5 18:50:43 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d0899ba app-crypt/acme-tiny: remove myself as maintainer Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 app-crypt/acme-tiny/metadata.xml | 4 1 file changed, 4 deletions(-) diff --git a/app-crypt/acme-tiny/metadata.xml b/app-crypt/acme-tiny/metadata.xml index b009e2c6b3e..1e492cbeec2 100644 --- a/app-crypt/acme-tiny/metadata.xml +++ b/app-crypt/acme-tiny/metadata.xml @@ -5,10 +5,6 @@ np-hard...@gentoo.org NP-Hardass - - vdup...@gentoo.org - Virgil Dupras - A tiny, auditable script for Let's Encrypt's ACME Protocol
[gentoo-commits] repo/gentoo:master commit in: dev-lang/mujs/
commit: 1f1be86a9c67c4236dc8035c732766749f0d3f70 Author: Virgil Dupras gentoo org> AuthorDate: Fri Jul 5 18:51:26 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Jul 5 18:51:26 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f1be86a dev-lang/mujs: remove myself as maintainer Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-lang/mujs/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-lang/mujs/metadata.xml b/dev-lang/mujs/metadata.xml index 9019cb3c42c..98c426c5fb7 100644 --- a/dev-lang/mujs/metadata.xml +++ b/dev-lang/mujs/metadata.xml @@ -1,10 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - vdup...@gentoo.org - Virgil Dupras - + MuJS is a lightweight Javascript interpreter designed for embedding in other software to extend them with scripting capabilities.
[gentoo-commits] repo/gentoo:master commit in: media-libs/libsvgtiny/
commit: cb0bf8186e28791410351d4645d20ff12944c857 Author: Virgil Dupras gentoo org> AuthorDate: Fri Jul 5 18:54:14 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Jul 5 18:54:14 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb0bf818 media-libs/libsvgtiny: remove myself as maintainer Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 media-libs/libsvgtiny/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/media-libs/libsvgtiny/metadata.xml b/media-libs/libsvgtiny/metadata.xml index 88de5fc462b..7a38bb90096 100644 --- a/media-libs/libsvgtiny/metadata.xml +++ b/media-libs/libsvgtiny/metadata.xml @@ -1,8 +1,5 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - vdup...@gentoo.org - Virgil Dupras - +
[gentoo-commits] repo/gentoo:master commit in: app-text/mupdf/
commit: 38d8ae5f86230f99d73862ab2306bdf6b56a4732 Author: Virgil Dupras gentoo org> AuthorDate: Fri Jul 5 18:52:45 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Jul 5 18:52:45 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d8ae5f app-text/mupdf: remove myself as maintainer Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 app-text/mupdf/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app-text/mupdf/metadata.xml b/app-text/mupdf/metadata.xml index 88de5fc462b..7a38bb90096 100644 --- a/app-text/mupdf/metadata.xml +++ b/app-text/mupdf/metadata.xml @@ -1,8 +1,5 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - vdup...@gentoo.org - Virgil Dupras - +
[gentoo-commits] repo/gentoo:master commit in: dev-embedded/avra/
commit: f03b85c1267754a283d25fabc41d4483fe127d7c Author: Virgil Dupras gentoo org> AuthorDate: Fri Jul 5 18:48:41 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Jul 5 18:48:41 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f03b85c1 dev-embedded/avra: remove myself as maintainer Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-embedded/avra/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-embedded/avra/metadata.xml b/dev-embedded/avra/metadata.xml index 78ce224a451..22ab90a6467 100644 --- a/dev-embedded/avra/metadata.xml +++ b/dev-embedded/avra/metadata.xml @@ -1,10 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - vdup...@gentoo.org - Virgil Dupras - + Assembler for Atmel AVR microprocessors
[gentoo-commits] repo/gentoo:master commit in: dev-lang/sassc/
commit: 864affb4858a2c2df529f12934437989601cb818 Author: Virgil Dupras gentoo org> AuthorDate: Fri Jul 5 18:52:03 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Jul 5 18:52:03 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=864affb4 dev-lang/sassc: remove myself as maintainer Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-lang/sassc/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-lang/sassc/metadata.xml b/dev-lang/sassc/metadata.xml index d52714d4092..4451ee88e29 100644 --- a/dev-lang/sassc/metadata.xml +++ b/dev-lang/sassc/metadata.xml @@ -1,10 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - vdup...@gentoo.org - Virgil Dupras - + SassC is a wrapper around libsass (http://github.com/sass/libsass) used to generate a useful command-line application that can be
[gentoo-commits] repo/gentoo:master commit in: media-libs/libnsgif/
commit: 8d99291a4b312d32cca82632cb4bd02f9e7c480a Author: Virgil Dupras gentoo org> AuthorDate: Fri Jul 5 18:56:00 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Jul 5 18:56:00 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d99291a media-libs/libnsgif: remove myself as maintainer Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 media-libs/libnsgif/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/media-libs/libnsgif/metadata.xml b/media-libs/libnsgif/metadata.xml index 88de5fc462b..7a38bb90096 100644 --- a/media-libs/libnsgif/metadata.xml +++ b/media-libs/libnsgif/metadata.xml @@ -1,8 +1,5 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - vdup...@gentoo.org - Virgil Dupras - +
[gentoo-commits] repo/gentoo:master commit in: www-client/netsurf/
commit: 5f5c01ec266b60c14df6aad06b682b7605fa79b8 Author: Virgil Dupras gentoo org> AuthorDate: Fri Jul 5 18:57:50 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Jul 5 18:57:50 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f5c01ec www-client/netsurf: remove myself as maintainer Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 www-client/netsurf/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/www-client/netsurf/metadata.xml b/www-client/netsurf/metadata.xml index ef834d041ec..80316470ae4 100644 --- a/www-client/netsurf/metadata.xml +++ b/www-client/netsurf/metadata.xml @@ -1,10 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - vdup...@gentoo.org - Virgil Dupras - + http://download.netsurf-browser.org/netsurf/releases/ChangeLog.txt
[gentoo-commits] repo/gentoo:master commit in: dev-util/netsurf-buildsystem/
commit: 93d57c118a0930972ea508172950816c3b305957 Author: Virgil Dupras gentoo org> AuthorDate: Fri Jul 5 18:49:33 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Jul 5 18:49:33 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93d57c11 dev-util/netsurf-buildsystem: remove myself as maintainer Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-util/netsurf-buildsystem/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-util/netsurf-buildsystem/metadata.xml b/dev-util/netsurf-buildsystem/metadata.xml index 88de5fc462b..7a38bb90096 100644 --- a/dev-util/netsurf-buildsystem/metadata.xml +++ b/dev-util/netsurf-buildsystem/metadata.xml @@ -1,8 +1,5 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - vdup...@gentoo.org - Virgil Dupras - +
[gentoo-commits] repo/gentoo:master commit in: dev-libs/nsgenbind/
commit: 86e1a2010c0787eb93c1a7da47c3a216b54f20d2 Author: Virgil Dupras gentoo org> AuthorDate: Fri Jul 5 18:58:29 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Jul 5 18:58:29 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e1a201 dev-libs/nsgenbind: remove myself as maintainer Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-libs/nsgenbind/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-libs/nsgenbind/metadata.xml b/dev-libs/nsgenbind/metadata.xml index 88de5fc462b..7a38bb90096 100644 --- a/dev-libs/nsgenbind/metadata.xml +++ b/dev-libs/nsgenbind/metadata.xml @@ -1,8 +1,5 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - vdup...@gentoo.org - Virgil Dupras - +
[gentoo-commits] repo/gentoo:master commit in: app-emulation/lxd/
commit: fd2ab6c77edf67581d3c14a7af69851558bd20f2 Author: Virgil Dupras gentoo org> AuthorDate: Fri Jul 5 18:56:37 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Jul 5 18:56:37 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd2ab6c7 app-emulation/lxd: remove myself as maintainer Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 app-emulation/lxd/metadata.xml | 4 1 file changed, 4 deletions(-) diff --git a/app-emulation/lxd/metadata.xml b/app-emulation/lxd/metadata.xml index 3896143698f..bc72b24a726 100644 --- a/app-emulation/lxd/metadata.xml +++ b/app-emulation/lxd/metadata.xml @@ -5,10 +5,6 @@ stasib...@gentoo.org Erik Mackdanz - - vdup...@gentoo.org - Virgil Dupras - virtualizat...@gentoo.org Gentoo Virtualization Project
[gentoo-commits] repo/gentoo:master commit in: app-emulation/lxc-templates/
commit: 29e210c6e660f2897a3d33654f465b566327db9f Author: Virgil Dupras gentoo org> AuthorDate: Fri Jul 5 19:03:59 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Jul 5 19:03:59 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29e210c6 app-emulation/lxc-templates: remove myself as maintainer Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 app-emulation/lxc-templates/metadata.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/app-emulation/lxc-templates/metadata.xml b/app-emulation/lxc-templates/metadata.xml index 17c33883e5b..2cf03a0ac7e 100644 --- a/app-emulation/lxc-templates/metadata.xml +++ b/app-emulation/lxc-templates/metadata.xml @@ -1,9 +1,6 @@ http://www.gentoo.org/dtd/metadata.dtd";> - -vdup...@gentoo.org - virtualizat...@gentoo.org Gentoo Virtualization Project
[gentoo-commits] repo/gentoo:master commit in: media-libs/libnsbmp/
commit: b810e14892720b88c07128872dbdff9f9c084894 Author: Virgil Dupras gentoo org> AuthorDate: Fri Jul 5 18:55:29 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Jul 5 18:55:29 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b810e148 media-libs/libnsbmp: remove myself as maintainer Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 media-libs/libnsbmp/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/media-libs/libnsbmp/metadata.xml b/media-libs/libnsbmp/metadata.xml index 88de5fc462b..7a38bb90096 100644 --- a/media-libs/libnsbmp/metadata.xml +++ b/media-libs/libnsbmp/metadata.xml @@ -1,8 +1,5 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - vdup...@gentoo.org - Virgil Dupras - +
[gentoo-commits] repo/gentoo:master commit in: app-emulation/lxc/
commit: b44d08705e92a9ed828aa366d5b64a3908b265d3 Author: Virgil Dupras gentoo org> AuthorDate: Fri Jul 5 18:57:09 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Jul 5 18:57:09 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b44d0870 app-emulation/lxc: remove myself as maintainer Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 app-emulation/lxc/metadata.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/app-emulation/lxc/metadata.xml b/app-emulation/lxc/metadata.xml index 7381f9b1768..c5f8986b911 100644 --- a/app-emulation/lxc/metadata.xml +++ b/app-emulation/lxc/metadata.xml @@ -1,9 +1,6 @@ http://www.gentoo.org/dtd/metadata.dtd";> - -vdup...@gentoo.org - virtualizat...@gentoo.org Gentoo Virtualization Project
[gentoo-commits] repo/gentoo:master commit in: net-libs/libdom/
commit: 9b34c718f797dced0954a56e4b19fb6551d161c9 Author: Virgil Dupras gentoo org> AuthorDate: Fri Jul 5 19:03:09 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Jul 5 19:03:09 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b34c718 net-libs/libdom: remove myself as maintainer Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 net-libs/libdom/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/net-libs/libdom/metadata.xml b/net-libs/libdom/metadata.xml index 88de5fc462b..7a38bb90096 100644 --- a/net-libs/libdom/metadata.xml +++ b/net-libs/libdom/metadata.xml @@ -1,8 +1,5 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - vdup...@gentoo.org - Virgil Dupras - +
[gentoo-commits] repo/gentoo:master commit in: media-libs/libnspsl/
commit: 6137d7c795acdc4181cea07a9e662f8851500dd6 Author: Virgil Dupras gentoo org> AuthorDate: Fri Jul 5 18:54:59 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Jul 5 18:54:59 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6137d7c7 media-libs/libnspsl: remove myself as maintainer Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 media-libs/libnspsl/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/media-libs/libnspsl/metadata.xml b/media-libs/libnspsl/metadata.xml index 88de5fc462b..7a38bb90096 100644 --- a/media-libs/libnspsl/metadata.xml +++ b/media-libs/libnspsl/metadata.xml @@ -1,8 +1,5 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - vdup...@gentoo.org - Virgil Dupras - +
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libnsfb/
commit: 826c192f24d8db6af0e5e41326ccb0f0c78b69cb Author: Virgil Dupras gentoo org> AuthorDate: Fri Jul 5 19:01:29 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Jul 5 19:01:29 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=826c192f dev-libs/libnsfb: remove myself as maintainer Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-libs/libnsfb/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-libs/libnsfb/metadata.xml b/dev-libs/libnsfb/metadata.xml index 88de5fc462b..7a38bb90096 100644 --- a/dev-libs/libnsfb/metadata.xml +++ b/dev-libs/libnsfb/metadata.xml @@ -1,8 +1,5 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - vdup...@gentoo.org - Virgil Dupras - +
[gentoo-commits] repo/gentoo:master commit in: media-libs/librosprite/
commit: 192c555db0e1e3e6c02c46ea921265902321cb38 Author: Virgil Dupras gentoo org> AuthorDate: Fri Jul 5 18:54:30 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Jul 5 18:54:30 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=192c555d media-libs/librosprite: remove myself as maintainer Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 media-libs/librosprite/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/media-libs/librosprite/metadata.xml b/media-libs/librosprite/metadata.xml index 88de5fc462b..7a38bb90096 100644 --- a/media-libs/librosprite/metadata.xml +++ b/media-libs/librosprite/metadata.xml @@ -1,8 +1,5 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - vdup...@gentoo.org - Virgil Dupras - +
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libparserutils/
commit: 47f065005c3826e815f686e4f0a3b274a338c561 Author: Virgil Dupras gentoo org> AuthorDate: Fri Jul 5 19:00:26 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Jul 5 19:00:26 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f06500 dev-libs/libparserutils: remove myself as maintainer Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-libs/libparserutils/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-libs/libparserutils/metadata.xml b/dev-libs/libparserutils/metadata.xml index 88de5fc462b..7a38bb90096 100644 --- a/dev-libs/libparserutils/metadata.xml +++ b/dev-libs/libparserutils/metadata.xml @@ -1,8 +1,5 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - vdup...@gentoo.org - Virgil Dupras - +
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libutf8proc/
commit: 15122ff9ac59bcec31f302167158804b0346ef4d Author: Virgil Dupras gentoo org> AuthorDate: Fri Jul 5 18:59:00 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Jul 5 18:59:00 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15122ff9 dev-libs/libutf8proc: remove myself as maintainer Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-libs/libutf8proc/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-libs/libutf8proc/metadata.xml b/dev-libs/libutf8proc/metadata.xml index 88de5fc462b..7a38bb90096 100644 --- a/dev-libs/libutf8proc/metadata.xml +++ b/dev-libs/libutf8proc/metadata.xml @@ -1,8 +1,5 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - vdup...@gentoo.org - Virgil Dupras - +
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libsass/
commit: 128798305d9a4c573c49b58cd3808ae431a90858 Author: Virgil Dupras gentoo org> AuthorDate: Fri Jul 5 19:00:57 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Jul 5 19:00:57 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12879830 dev-libs/libsass: remove myself as maintainer Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-libs/libsass/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-libs/libsass/metadata.xml b/dev-libs/libsass/metadata.xml index 58b843a9d6a..191514e5850 100644 --- a/dev-libs/libsass/metadata.xml +++ b/dev-libs/libsass/metadata.xml @@ -1,10 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - vdup...@gentoo.org - Virgil Dupras - + LibSass is a C++ port of the original Ruby Sass CSS compiler with a C API. It is coded with portability and efficiency in mind. You can
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libwapcaplet/
commit: affcdf4a6dddb5b72c7a8ea40cebd7bcbe51cceb Author: Virgil Dupras gentoo org> AuthorDate: Fri Jul 5 19:01:57 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Jul 5 19:01:57 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=affcdf4a dev-libs/libwapcaplet: remove myself as maintainer Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-libs/libwapcaplet/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-libs/libwapcaplet/metadata.xml b/dev-libs/libwapcaplet/metadata.xml index 88de5fc462b..7a38bb90096 100644 --- a/dev-libs/libwapcaplet/metadata.xml +++ b/dev-libs/libwapcaplet/metadata.xml @@ -1,8 +1,5 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - vdup...@gentoo.org - Virgil Dupras - +
[gentoo-commits] repo/gentoo:master commit in: net-libs/libhubbub/
commit: 6b3b1969d5e0c8ad1eff74b5fca1df71229d9287 Author: Virgil Dupras gentoo org> AuthorDate: Fri Jul 5 19:02:36 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Jul 5 19:02:36 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b3b1969 net-libs/libhubbub: remove myself as maintainer Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 net-libs/libhubbub/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/net-libs/libhubbub/metadata.xml b/net-libs/libhubbub/metadata.xml index 88de5fc462b..7a38bb90096 100644 --- a/net-libs/libhubbub/metadata.xml +++ b/net-libs/libhubbub/metadata.xml @@ -1,8 +1,5 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - vdup...@gentoo.org - Virgil Dupras - +
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libnsutils/
commit: 84569eeccfb853a6cb1416a6e953e87d445aad5c Author: Virgil Dupras gentoo org> AuthorDate: Fri Jul 5 18:59:28 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Jul 5 18:59:28 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84569eec dev-libs/libnsutils: remove myself as maintainer Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-libs/libnsutils/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-libs/libnsutils/metadata.xml b/dev-libs/libnsutils/metadata.xml index 88de5fc462b..7a38bb90096 100644 --- a/dev-libs/libnsutils/metadata.xml +++ b/dev-libs/libnsutils/metadata.xml @@ -1,8 +1,5 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - vdup...@gentoo.org - Virgil Dupras - +
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libcss/
commit: 7d2faefc139f58fa1ff3f17cd936dfca03234f0d Author: Virgil Dupras gentoo org> AuthorDate: Fri Jul 5 18:59:53 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Jul 5 18:59:53 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2faefc dev-libs/libcss: remove myself as maintainer Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-libs/libcss/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-libs/libcss/metadata.xml b/dev-libs/libcss/metadata.xml index 88de5fc462b..7a38bb90096 100644 --- a/dev-libs/libcss/metadata.xml +++ b/dev-libs/libcss/metadata.xml @@ -1,8 +1,5 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - vdup...@gentoo.org - Virgil Dupras - +
[gentoo-commits] repo/gentoo:master commit in: app-arch/rpm/
commit: f3547a961193dd773ccf39e1d54d0c139df97917 Author: Virgil Dupras gentoo org> AuthorDate: Wed Jun 6 01:17:05 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Wed Jun 6 01:17:05 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3547a96 app-arch/rpm: version bump to 4.14.1 * Bump to EAPI 6 * Add python3.{5,6} support Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-arch/rpm/Manifest | 1 + app-arch/rpm/rpm-4.14.1.ebuild | 117 + 2 files changed, 118 insertions(+) diff --git a/app-arch/rpm/Manifest b/app-arch/rpm/Manifest index 634e5f04342..198500620b9 100644 --- a/app-arch/rpm/Manifest +++ b/app-arch/rpm/Manifest @@ -1,2 +1,3 @@ DIST rpm-4.11.0.1.tar.bz2 3670158 BLAKE2B 8190cd760ce86275a27a64aca7622340a2894f4f7aad0171425c7f5d3cfcf58e82c2a792f7d4687fff9270fe3f9c861027b6eea43f3602be8b12098dbccf408f SHA512 72bd3054b2d0def1e25fba7113eda14def38baef62b558e65cafaf3b374823d0905d982772cffddfd9dc6698eff293251acb2ace7dfda0964085669caa88d535 DIST rpm-4.12.0.1.tar.bz2 4129093 BLAKE2B 85addde70d031f179566771350f5907311cf61a077b647b5dbb75e1e157141e541cb7a236e5a1d4fce881d98eb7c0331a0eadd0ca1dd09e53d9d28dd954203bf SHA512 ae751b04cec2463f1f259aec4b4750fca1e4cef6144b7e612d0c94f7b6a2864ed119547568f6acebb7fefddb7b040b6021c1f32cf465963db0b627f524c5760f +DIST rpm-4.14.1.tar.bz2 4103880 BLAKE2B 3fa7579a251b02ec89943b5505ad9ca7303a444eb64b1018fc74bc6dfb1c19d4f30d96189172c4450925f3357174cde70b298116b53b9155223b52a593a67aea SHA512 29e95eaaf40a6ddf7f23446ea6cb8a1dcd12a45d4965595a705cb9130890d772a40ecfa475b189865da51248b3d2414e4f4b1a40cbfd7ca538c482d87c50a218 diff --git a/app-arch/rpm/rpm-4.14.1.ebuild b/app-arch/rpm/rpm-4.14.1.ebuild new file mode 100644 index 000..1fc3b937c5b --- /dev/null +++ b/app-arch/rpm/rpm-4.14.1.ebuild @@ -0,0 +1,117 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{5,6} ) + +inherit autotools flag-o-matic perl-module python-single-r1 eapi7-ver + +DESCRIPTION="Red Hat Package Management Utils" +HOMEPAGE="http://www.rpm.org + https://github.com/rpm-software-management/rpm"; +SRC_URI="http://ftp.rpm.org/releases/rpm-$(ver_cut 1-2).x/${P}.tar.bz2" + +LICENSE="GPL-2 LGPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" + +IUSE="acl caps doc lua nls python selinux" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +CDEPEND="!app-arch/rpm5 + app-arch/libarchive + >=sys-libs/db-4.5:* + >=sys-libs/zlib-1.2.3-r1 + >=app-arch/bzip2-1.0.1 + >=dev-libs/popt-1.7 + >=app-crypt/gnupg-1.2 + dev-libs/elfutils + virtual/libintl + >=dev-lang/perl-5.8.8 + dev-libs/nss + python? ( ${PYTHON_DEPS} ) + nls? ( virtual/libintl ) + lua? ( >=dev-lang/lua-5.1.0:*[deprecated] ) + acl? ( virtual/acl ) + caps? ( >=sys-libs/libcap-2.0 ) +" +DEPEND="${CDEPEND} + nls? ( sys-devel/gettext ) + doc? ( app-doc/doxygen ) + virtual/pkgconfig +" +RDEPEND="${CDEPEND} + selinux? ( sec-policy/selinux-rpm ) +" + +src_prepare() { + eapply "${FILESDIR}"/${PN}-4.11.0-autotools.patch + eapply "${FILESDIR}"/${PN}-4.8.1-db-path.patch + eapply "${FILESDIR}"/${PN}-4.9.1.2-libdir.patch + + # fix #356769 + sed -i 's:%{_var}/tmp:/var/tmp:' macros.in || die "Fixing tmppath failed" + # fix #492642 + sed -i "s:@__PYTHON@:${PYTHON}:" macros.in || die "Fixing %__python failed" + + eapply_user + + eautoreconf + + # Prevent automake maintainer mode from kicking in (#450448). + touch -r Makefile.am preinstall.am +} + +src_configure() { + append-cppflags -I"${EPREFIX}/usr/include/nss" -I"${EPREFIX}/usr/include/nspr" + econf \ + --without-selinux \ + --with-external-db \ + --with-crypto=nss \ + $(use_enable python) \ + $(use_with doc hackingdocs) \ + $(use_enable nls) \ + $(use_with lua) \ + $(use_with caps cap) \ + $(use_with acl) +} + +src_install() { + default + + # remove la files + find "${ED}" -name '*.la' -delete || die + + # fix symlinks to /bin/rpm (#349840) + for binary in rpmquery rpmverify;do + ln -sf rpm "${ED}"/usr/bin/${binary} || die + done + + if ! use nls; then + rm -rf "${ED}"/usr/share/man/?? || die + fi + + keepdir /usr/src/rpm/{SRPMS,SPECS,SOURCES,RPMS,BUILD} + +
[gentoo-commits] repo/gentoo:master commit in: app-arch/rpm/
commit: e8b04c69bf376dd46dcd9d7f2257ebeff5b6166c Author: Virgil Dupras gentoo org> AuthorDate: Thu Jun 7 23:59:08 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Thu Jun 7 23:59:08 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b04c69 app-arch/rpm: warn about tests not running under sandbox Closes: https://bugs.gentoo.org/657500 Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-arch/rpm/rpm-4.14.1.ebuild | 6 ++ 1 file changed, 6 insertions(+) diff --git a/app-arch/rpm/rpm-4.14.1.ebuild b/app-arch/rpm/rpm-4.14.1.ebuild index 00c3cbeb2eb..322612b04ca 100644 --- a/app-arch/rpm/rpm-4.14.1.ebuild +++ b/app-arch/rpm/rpm-4.14.1.ebuild @@ -108,6 +108,12 @@ src_install() { } src_test() { + # Known to fail with FEATURES=usersandbox (bug #657500): + if has usersandbox $FEATURES ; then + ewarn "You are emerging ${P} with 'usersandbox' enabled." \ + "Expect some test failures or emerge with 'FEATURES=-usersandbox'!" + fi + emake check }
[gentoo-commits] repo/gentoo:master commit in: app-arch/rpm/
commit: 6ee48b061ee9cdec0549df2f62367937453ce783 Author: Virgil Dupras gentoo org> AuthorDate: Fri Jun 8 20:22:02 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Jun 8 20:22:02 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ee48b06 app-arch/rpm: maintainer needed The package has been maintainer-needed for a while, but it lacked proper metadata. Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-arch/rpm/metadata.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app-arch/rpm/metadata.xml b/app-arch/rpm/metadata.xml index 097975e3adc..7a38bb90096 100644 --- a/app-arch/rpm/metadata.xml +++ b/app-arch/rpm/metadata.xml @@ -1,4 +1,5 @@ http://www.gentoo.org/dtd/metadata.dtd";> +
[gentoo-commits] repo/gentoo:master commit in: app-emulation/lxc/
commit: d75ecc093bbe7fddde93c19184d314dfab9af0d1 Author: Virgil Dupras gentoo org> AuthorDate: Thu Jun 14 00:27:46 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Thu Jun 14 00:27:46 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d75ecc09 app-emulation/lxc: bump to version 3.0.1 Also, replace previous maintainers by myself. Closes: https://bugs.gentoo.org/654210 Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-emulation/lxc/Manifest | 1 + app-emulation/lxc/lxc-3.0.1.ebuild | 170 + app-emulation/lxc/metadata.xml | 11 +-- 3 files changed, 172 insertions(+), 10 deletions(-) diff --git a/app-emulation/lxc/Manifest b/app-emulation/lxc/Manifest index b823f03c02c..0d31b16fc38 100644 --- a/app-emulation/lxc/Manifest +++ b/app-emulation/lxc/Manifest @@ -1,2 +1,3 @@ DIST lxc-2.1.1.tar.gz 1378640 BLAKE2B 5fca516540a886729434579ff99acf3baa06977fa0e0b6f24dbf15094626335fc073597d308276e3dd20e27ceabf1477cc8e99d1fd24cf50b9aed2720b887b69 SHA512 2989d57acddfe091adcf8031721c3c9a2f8eff5476bd6155366b76ea7511e0f6120e669276e056e3963863e0f0acf3b095d44c36fa6652e67c197671f28cbdd4 DIST lxc-3.0.0.tar.gz 1233316 BLAKE2B ba726a07f48b1d32366012c8d885a853e33f88d8c45c910b061d9deecf472d940f7d45a1e742c8194517ba3231e1875a49bbf303b2c3fd2c9ece33b941670bb7 SHA512 21372e6fe4d38e2cf54707fab4133137793deff1dd500ed7ed02c03bbaa809de56c7490971594cddbdcb2b96f0c03ab5dfb43a8582a584598a12c5943b7ca490 +DIST lxc-3.0.1.tar.gz 1239920 BLAKE2B 7be668c11d7211540fe7e2fb6318d38eac0d8d493914f4705d097fca4c004a8d2191609d02bd9e1d9204c3c0b9ea937084d3f9050fc841f6d68067af3d19 SHA512 f51b0844f61f64d4efc530454eae1fa499f7f1b908bd3b40d7031e7f311a402893a7504bddbc53f2ef9da2b3154d1b047fc4d876b99f0d487d7c79de64eea505 diff --git a/app-emulation/lxc/lxc-3.0.1.ebuild b/app-emulation/lxc/lxc-3.0.1.ebuild new file mode 100644 index 000..4122c2e8599 --- /dev/null +++ b/app-emulation/lxc/lxc-3.0.1.ebuild @@ -0,0 +1,170 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools bash-completion-r1 linux-info flag-o-matic systemd readme.gentoo-r1 pam + +DESCRIPTION="LinuX Containers userspace utilities" +HOMEPAGE="https://linuxcontainers.org/"; +SRC_URI="https://linuxcontainers.org/downloads/lxc/${P}.tar.gz"; + +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + +LICENSE="LGPL-3" +SLOT="0" +IUSE="examples pam seccomp selinux" + +RDEPEND=" + net-libs/gnutls + sys-libs/libcap + pam? ( virtual/pam ) + seccomp? ( sys-libs/libseccomp ) + selinux? ( sys-libs/libselinux )" + +DEPEND="${RDEPEND} + >=app-text/docbook-sgml-utils-0.6.14-r2 + >=sys-kernel/linux-headers-3.2" + +RDEPEND="${RDEPEND} + sys-apps/util-linux + app-misc/pax-utils + virtual/awk" + +CONFIG_CHECK="~CGROUPS ~CGROUP_DEVICE + ~CPUSETS ~CGROUP_CPUACCT + ~CGROUP_SCHED + + ~NAMESPACES + ~IPC_NS ~USER_NS ~PID_NS + + ~NETLINK_DIAG ~PACKET_DIAG + ~INET_UDP_DIAG ~INET_TCP_DIAG + ~UNIX_DIAG ~CHECKPOINT_RESTORE + + ~CGROUP_FREEZER + ~UTS_NS ~NET_NS + ~VETH ~MACVLAN + + ~POSIX_MQUEUE + ~!NETPRIO_CGROUP + + ~!GRKERNSEC_CHROOT_MOUNT + ~!GRKERNSEC_CHROOT_DOUBLE + ~!GRKERNSEC_CHROOT_PIVOT + ~!GRKERNSEC_CHROOT_CHMOD + ~!GRKERNSEC_CHROOT_CAPS + ~!GRKERNSEC_PROC + ~!GRKERNSEC_SYSFS_RESTRICT +" + +ERROR_DEVPTS_MULTIPLE_INSTANCES="CONFIG_DEVPTS_MULTIPLE_INSTANCES: needed for pts inside container" + +ERROR_CGROUP_FREEZER="CONFIG_CGROUP_FREEZER: needed to freeze containers" + +ERROR_UTS_NS="CONFIG_UTS_NS: needed to unshare hostnames and uname info" +ERROR_NET_NS="CONFIG_NET_NS: needed for unshared network" + +ERROR_VETH="CONFIG_VETH: needed for internal (host-to-container) networking" +ERROR_MACVLAN="CONFIG_MACVLAN: needed for internal (inter-container) networking" + +ERROR_NETLINK_DIAG="CONFIG_NETLINK_DIAG: needed for lxc-checkpoint" +ERROR_PACKET_DIAG="CONFIG_PACKET_DIAG: needed for lxc-checkpoint" +ERROR_INET_UDP_DIAG="CONFIG_INET_UDP_DIAG: needed for lxc-checkpoint" +ERROR_INET_TCP_DIAG="CONFIG_INET_TCP_DIAG: needed for lxc-checkpoint" +ERROR_UNIX_DIAG="CONFIG_UNIX_DIAG: needed for lxc-checkpoint" +ERROR_CHECKPOINT_RESTORE="CONFIG_CHECKPOINT_RESTORE: needed for lxc-checkpoint" + +ERROR_POSIX_MQUEUE="CONFIG_POSIX_MQUEUE: needed for lxc-execute command" + +ERROR_NETPRIO_CGROUP="CONFIG_NETPRIO_CGROUP: as of kernel 3.3 and lxc 0.8.0_rc1 this causes LXCs to fail booting." + +ERROR_GRKERNSEC_CHROOT_MOUNT="CONFIG_GRKERNSEC_CHROOT_MOUNT: some GRSEC features make LXC unusab
[gentoo-commits] repo/gentoo:master commit in: app-emulation/lxc-templates/files/, app-emulation/lxc-templates/
commit: 9d9ac0168727ce29fc6545e6be233dfa5b04efd0 Author: Virgil Dupras gentoo org> AuthorDate: Sat Jun 16 01:56:23 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Sat Jun 16 02:20:14 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d9ac016 app-emulation/lxc-templates: new package Since v3.0, LXC has been shipping old style templates separately. Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-emulation/lxc-templates/Manifest | 1 + .../files/lxc-templates-3.0.1-no-cache-dir.patch | 12 ++ .../lxc-templates/lxc-templates-3.0.1.ebuild | 28 ++ app-emulation/lxc-templates/metadata.xml | 14 +++ 4 files changed, 55 insertions(+) diff --git a/app-emulation/lxc-templates/Manifest b/app-emulation/lxc-templates/Manifest new file mode 100644 index 000..09f2ddd54d9 --- /dev/null +++ b/app-emulation/lxc-templates/Manifest @@ -0,0 +1 @@ +DIST lxc-templates-3.0.1.tar.gz 256074 BLAKE2B 8a5dab2d69fbc29e0246a0853690726c07d24e0fe6d4e761d8ec8b4559cdf285a82e17c8f4d2a6bf2355896c667000d4341511b3c5f1805a55849b4812eb7efe SHA512 cae47b670654dc6c143827d196f0477c5354cb6d81ae4028192622fb73912e8bb3b62a0a68786e9212885bb52b593c6e742cfbfefb70ec33260d599e5d5c8290 diff --git a/app-emulation/lxc-templates/files/lxc-templates-3.0.1-no-cache-dir.patch b/app-emulation/lxc-templates/files/lxc-templates-3.0.1-no-cache-dir.patch new file mode 100644 index 000..d7e50fd3712 --- /dev/null +++ b/app-emulation/lxc-templates/files/lxc-templates-3.0.1-no-cache-dir.patch @@ -0,0 +1,12 @@ +--- a/Makefile.am b/Makefile.am +@@ -10,9 +10,5 @@ EXTRA_DIST = \ + CONTRIBUTING \ + MAINTAINERS + +-install-data-local: +- $(MKDIR_P) $(DESTDIR)$(LXCPATH) +- $(MKDIR_P) $(DESTDIR)$(localstatedir)/cache/lxc +- + ChangeLog:: + @touch ChangeLog diff --git a/app-emulation/lxc-templates/lxc-templates-3.0.1.ebuild b/app-emulation/lxc-templates/lxc-templates-3.0.1.ebuild new file mode 100644 index 000..528f6b711d1 --- /dev/null +++ b/app-emulation/lxc-templates/lxc-templates-3.0.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="Old style template scripts for LXC" +HOMEPAGE="https://linuxcontainers.org/"; +SRC_URI="https://linuxcontainers.org/downloads/lxc/${P}.tar.gz"; + +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + +LICENSE="LGPL-3" +SLOT="0" + +RDEPEND=" + >=app-emulation/lxc-3.0" + +DEPEND="${RDEPEND}" + +PATCHES=( "${FILESDIR}/${P}-no-cache-dir.patch" ) +DOCS=() + +src_prepare() { + default + eautoreconf +} diff --git a/app-emulation/lxc-templates/metadata.xml b/app-emulation/lxc-templates/metadata.xml new file mode 100644 index 000..17c33883e5b --- /dev/null +++ b/app-emulation/lxc-templates/metadata.xml @@ -0,0 +1,14 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + +vdup...@gentoo.org + + +virtualizat...@gentoo.org +Gentoo Virtualization Project + + +lxc/lxc-templates + +
[gentoo-commits] repo/gentoo:master commit in: app-emulation/lxc/
commit: 0635c582097d984143cc26dbfdeccf369235e9cf Author: Virgil Dupras gentoo org> AuthorDate: Sat Jun 16 02:16:27 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Sat Jun 16 02:20:14 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0635c582 app-emulation/lxc: add templates USE flag Since v3.0, LXC bundles old style templates separately. This USE flags brings back the old behavior of installing templates by default. Closes: https://bugs.gentoo.org/655020 Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-emulation/lxc/lxc-3.0.1.ebuild | 4 +++- app-emulation/lxc/metadata.xml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app-emulation/lxc/lxc-3.0.1.ebuild b/app-emulation/lxc/lxc-3.0.1.ebuild index 4122c2e8599..79af8e18850 100644 --- a/app-emulation/lxc/lxc-3.0.1.ebuild +++ b/app-emulation/lxc/lxc-3.0.1.ebuild @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" LICENSE="LGPL-3" SLOT="0" -IUSE="examples pam seccomp selinux" +IUSE="examples pam seccomp selinux +templates" RDEPEND=" net-libs/gnutls @@ -31,6 +31,8 @@ RDEPEND="${RDEPEND} app-misc/pax-utils virtual/awk" +PDEPEND="templates? ( app-emulation/lxc-templates )" + CONFIG_CHECK="~CGROUPS ~CGROUP_DEVICE ~CPUSETS ~CGROUP_CPUACCT ~CGROUP_SCHED diff --git a/app-emulation/lxc/metadata.xml b/app-emulation/lxc/metadata.xml index 219ec365994..8ec672d923c 100644 --- a/app-emulation/lxc/metadata.xml +++ b/app-emulation/lxc/metadata.xml @@ -10,6 +10,7 @@ Enable support for cgroup management using app-admin/cgmanager +Install old style templates through app-emulation/lxc-templates lxc/lxc
[gentoo-commits] repo/gentoo:master commit in: app-arch/rpm/
commit: 11d517f4ec03e463075e95af11be968ce128b22a Author: Virgil Dupras gentoo org> AuthorDate: Mon Jun 18 01:42:37 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Mon Jun 18 01:42:37 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11d517f4 app-arch/rpm: disable tests They are broken. Bug: https://bugs.gentoo.org/657500 Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-arch/rpm/rpm-4.14.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-arch/rpm/rpm-4.14.1.ebuild b/app-arch/rpm/rpm-4.14.1.ebuild index 0f40f3c08c2..67e9960ddf4 100644 --- a/app-arch/rpm/rpm-4.14.1.ebuild +++ b/app-arch/rpm/rpm-4.14.1.ebuild @@ -16,6 +16,9 @@ LICENSE="GPL-2 LGPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +# Tests are broken. See bug 657500 +RESTRICT="test" + IUSE="acl caps doc lua nls python selinux test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/test/, pym/gentoolkit/
commit: ce821ea62cd40b0110fc128f92e140da4e7482cf Author: Virgil Dupras gentoo org> AuthorDate: Mon Sep 17 23:31:27 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Mon Sep 17 23:31:27 2018 + URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=ce821ea6 Atom.intersects: simplify name-only matching logic Remove old "optimization". Slicing two strings can't possibly be faster than checking if `.category` is `None`: the call to `.cp` earlier ensures that we've already populated that property. Also, add tests for it. pym/gentoolkit/atom.py | 12 +++- pym/gentoolkit/test/test_atom.py | 11 +-- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/pym/gentoolkit/atom.py b/pym/gentoolkit/atom.py index b5b755c..b86c89c 100644 --- a/pym/gentoolkit/atom.py +++ b/pym/gentoolkit/atom.py @@ -209,15 +209,9 @@ class Atom(portage.dep.Atom, CPV): # Our "cp" (cat/pkg) must match exactly: if self.cp != other.cp: # Check to see if one is name only: - # Avoid slow partitioning if we're definitely not matching - # (yes, this is hackish, but it's faster): - if self.cp[-1:] != other.cp[-1:]: - return False - - if ((not self.category and self.name == other.name) or - (not other.category and other.name == self.name)): - return True - return False + # We don't bother checking if self.category is None: it can't be + # because we're an Atom subclass and that would be invalid. + return (not other.category and self.name == other.name) # Slot dep only matters if we both have one. If we do they # must be identical: diff --git a/pym/gentoolkit/test/test_atom.py b/pym/gentoolkit/test/test_atom.py index 399905e..6177222 100644 --- a/pym/gentoolkit/test/test_atom.py +++ b/pym/gentoolkit/test/test_atom.py @@ -8,6 +8,7 @@ import unittest from gentoolkit.atom import Atom +from gentoolkit.cpv import CPV from gentoolkit.test import cmp """Atom test suite (verbatim) from pkgcore.""" @@ -140,10 +141,16 @@ class TestGentoolkitAtom(unittest.TestCase): result, that_atom.intersects(this_atom), '%s intersecting %s should be %s' % (that, this, result)) + def test_intersects_nameonly(self): + atom = Atom('cat/pkg') + self.assertTrue(atom.intersects(CPV('pkg'))) + self.assertFalse(atom.intersects(CPV('other'))) + self.assertFalse(atom.intersects(CPV('dkg'))) + def test_main(): -suite = unittest.TestLoader().loadTestsFromTestCase(TestGentoolkitAtom) -unittest.TextTestRunner(verbosity=2).run(suite) + suite = unittest.TestLoader().loadTestsFromTestCase(TestGentoolkitAtom) + unittest.TextTestRunner(verbosity=2).run(suite) test_main.__test__ = False
[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/
commit: 52ec462b8d529682d688c38fcd724d1894188e65 Author: Virgil Dupras gentoo org> AuthorDate: Mon Sep 17 23:31:27 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Mon Sep 17 23:31:27 2018 + URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=52ec462b Greatly speed up "equery depends" Avoid `Atom` instanciation in obvious non-matches (`.cp` not matching) when search for revdeps. On my machine, it made `equery d -a dev-python/pillow` go from `1m3s` to `0m19s`. pym/gentoolkit/dependencies.py | 43 +- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/pym/gentoolkit/dependencies.py b/pym/gentoolkit/dependencies.py index 117342a..bb9ab0b 100644 --- a/pym/gentoolkit/dependencies.py +++ b/pym/gentoolkit/dependencies.py @@ -77,38 +77,31 @@ class Dependencies(Query): return [] return result - def get_depend(self): - """Get the contents of DEPEND and parse it with self.parser.""" - + def _get_depend(self, env_vars, raw=False): + raw_depend = ' '.join(self.environment(env_vars)) + if raw: + return raw_depend try: - return self.parser(self.environment(('DEPEND',))[0]) + return self.parser(raw_depend) except portage.exception.InvalidPackageName as err: raise errors.GentoolkitInvalidCPV(err) - def get_pdepend(self): - """Get the contents of PDEPEND and parse it with self.parser.""" + def get_depend(self, **kwargs): + """Get the contents of DEPEND and parse it with self.parser.""" + return self._get_depend(('DEPEND', ), **kwargs) - try: - return self.parser(self.environment(('PDEPEND',))[0]) - except portage.exception.InvalidPackageName as err: - raise errors.GentoolkitInvalidCPV(err) + def get_pdepend(self, **kwargs): + """Get the contents of PDEPEND and parse it with self.parser.""" + return self._get_depend(('PDEPEND', ), **kwargs) - def get_rdepend(self): + def get_rdepend(self, **kwargs): """Get the contents of RDEPEND and parse it with self.parser.""" + return self._get_depend(('RDEPEND', ), **kwargs) - try: - return self.parser(self.environment(('RDEPEND',))[0]) - except portage.exception.InvalidPackageName as err: - raise errors.GentoolkitInvalidCPV(err) - - def get_all_depends(self): + def get_all_depends(self, **kwargs): """Get the contents of ?DEPEND and parse it with self.parser.""" - env_vars = ('DEPEND', 'PDEPEND', 'RDEPEND') - try: - return self.parser(' '.join(self.environment(env_vars))) - except portage.exception.InvalidPackageName as err: - raise errors.GentoolkitInvalidCPV(err) + return self._get_depend(env_vars, **kwargs) def graph_depends( self, @@ -237,6 +230,12 @@ class Dependencies(Query): pkgdep = None for pkgdep in pkgset: + raw_depends = pkgdep.get_all_depends(raw=True) + if self.cp not in raw_depends: + # fast path for obviously non-matching packages. This saves + # us the work of instantiating a whole Atom() for *every* + # dependency of *every* package in pkgset. + continue try: all_depends = depcache[pkgdep] except KeyError:
[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/test/, pym/gentoolkit/
commit: 72bb4d3a91e47db7532219889dbeda72f6073746 Author: Virgil Dupras gentoo org> AuthorDate: Mon Sep 17 23:31:27 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Mon Sep 17 23:31:27 2018 + URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=72bb4d3a Atom.intersects: add repo comparison The code for it was already there, but commented out. Portage now supports repo alright... pym/gentoolkit/atom.py | 7 +++ pym/gentoolkit/test/test_atom.py | 5 ++--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/pym/gentoolkit/atom.py b/pym/gentoolkit/atom.py index 9d8a558..b5b755c 100644 --- a/pym/gentoolkit/atom.py +++ b/pym/gentoolkit/atom.py @@ -227,10 +227,9 @@ class Atom(portage.dep.Atom, CPV): this_slot != that_slot): return False - # TODO: Uncomment when Portage's Atom supports repo - #if (self.repo_name is not None and other.repo_name is not None and - # self.repo_name != other.repo_name): - # return False + if (self.repo is not None and other.repo is not None and + self.repo != other.repo): + return False # Use deps are similar: if one of us forces a flag on and the # other forces it off we do not intersect. If only one of us diff --git a/pym/gentoolkit/test/test_atom.py b/pym/gentoolkit/test/test_atom.py index 1adb221..399905e 100644 --- a/pym/gentoolkit/test/test_atom.py +++ b/pym/gentoolkit/test/test_atom.py @@ -126,9 +126,8 @@ class TestGentoolkitAtom(unittest.TestCase): ('=cat/pkg-1-r1*', 'cat/pkg-2', False), ('>=cat/pkg-8.4', '=cat/pkg-8.3.4*', False), - # Repos not yet supported by Portage - #('cat/pkg::gentoo', 'cat/pkg', True), - #('cat/pkg::gentoo', 'cat/pkg::foo', False), + ('cat/pkg::gentoo', 'cat/pkg', True), + ('cat/pkg::gentoo', 'cat/pkg::foo', False), ('=sys-devel/gcc-4.1.1-r3', '=sys-devel/gcc-3.3*', False), ('=sys-libs/db-4*', '~sys-libs/db-4.3.29', True), ]:
[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/
commit: 0fe68a60852a6935b9d93bca2c5708409f963d3e Author: Virgil Dupras gentoo org> AuthorDate: Wed Sep 19 15:24:32 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Wed Sep 19 15:24:32 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe68a60 dev-python/mistune: vump to 0.8.3 Bug: https://bugs.gentoo.org/639298 Bug: https://bugs.gentoo.org/635270 Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-python/mistune/Manifest | 1 + dev-python/mistune/mistune-0.8.3.ebuild | 28 2 files changed, 29 insertions(+) diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest index 7957dc072e8..1b83d62e5b0 100644 --- a/dev-python/mistune/Manifest +++ b/dev-python/mistune/Manifest @@ -1,2 +1,3 @@ DIST mistune-0.7.2.tar.gz 48887 BLAKE2B 4ff0286483e593fcf5183bfed18b90c39b93dacdec3bba474d6959ec1da162dd75820707a8ed9985fff4c15fe88a12df6fb6af20b9a40de173acd7c0a6e02893 SHA512 9002bf83a368671389f05928f4f689064a1e415e54309259b6bbb7781b4bfddbbf834e2c63ed3271e1e6ec7b78c1665c7708177b9723433d1e2ad4b13ad903ca DIST mistune-0.7.4.tar.gz 49304 BLAKE2B 9426007f618e645832d4d73db29cdda63e8426c9e52bda06935b0003b3c4f0122b14ca893ef4adad96c7d2f4b8be777efb6862f5370bdb9b08394129fd22e7d0 SHA512 d300bec23f5482396c6f282ee3d773461c162791e4605ca40141eb9487c8b158ac7f47f6338f7c3bf27bc614292ecc61dfbf419d47eab817821f18cf80103802 +DIST mistune-0.8.3.tar.gz 58506 BLAKE2B a4b96162514ba1b82710c9264d9005f151943d525ff7e28a2fd4a92b16d4c90818715bf851573e25be203537a3059dbec1e86c75ec0ebd0a4b164303c06d7029 SHA512 fc0b6d53e7a62712b752bff77c2529750628e9e1eeec02603bd2c793f9b0a46efe31fe7a749c5d6aae3c591d74e43c45e450179650bfb57128fb0ec366de6aa3 diff --git a/dev-python/mistune/mistune-0.8.3.ebuild b/dev-python/mistune/mistune-0.8.3.ebuild new file mode 100644 index 000..91180abbb64 --- /dev/null +++ b/dev-python/mistune/mistune-0.8.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="The fastest markdown parser in pure Python" +HOMEPAGE="https://pypi.org/project/mistune/ https://github.com/lepture/mistune"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND="" +BDEPEND=" + dev-python/cython[$(python_gen_usedep 'python*')] + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/nose[${PYTHON_USEDEP}] ) +" + +python_test() { + nosetests || die +}
[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/
commit: 2bb81035351ee4da03befedbce1c41765ad09a11 Author: Luke Dashjr utopios org> AuthorDate: Tue Sep 18 15:53:51 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Sep 21 12:37:57 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bb81035 net-p2p/bitcoin-cli: Bump to 0.16.3 Signed-off-by: Luke Dashjr utopios.org> Signed-off-by: Virgil Dupras gentoo.org> Bug: https://bugs.gentoo.org/69 net-p2p/bitcoin-cli/Manifest | 2 + net-p2p/bitcoin-cli/bitcoin-cli-0.16.3.ebuild | 97 +++ 2 files changed, 99 insertions(+) diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest index c6a97f3d9fb..9313ec120c3 100644 --- a/net-p2p/bitcoin-cli/Manifest +++ b/net-p2p/bitcoin-cli/Manifest @@ -1,4 +1,6 @@ DIST bitcoin-0.15.1.knots2017.patches.tar.xz 443024 BLAKE2B 5010c8d0f6a0bc8cd22ca7d7c73d9e4e689e369f0ba39b59f62fa6b6af3dcf938dfc87d33d3fe595a6e54d99734277a34af068dc29a6e984c76d529fbbe2f383 SHA512 455fadeac6ad57be04680ec6939d6bf235eb49cde89b9716d36f6914c255b1b69cdea459d89b1bbca56099e793be0c8d7aacf592a9d78495068297bb5890 DIST bitcoin-0.16.0.knots20180322.patches.tar.xz 417544 BLAKE2B f14616c81e0694346fd0714032be501ad0b58e82e2a5fcc623b1fdd316759ae7ac584e6c4ab586e8c9f5a402694a36eceac6b2f1c7441da655479f832a8869bd SHA512 9eca9cbae8ce17b38ddb70326760e33e7812db78e79cfe2d1a3518b34eb8fc87fe4c145e46ab60278b14e70a75b3af238342b4e1808a77cbca4b62b8c72fb1eb +DIST bitcoin-0.16.3.knots20180918.patches.tar.xz 466344 BLAKE2B c45b96513e4b6317e6a2a55cc3b47302fbe56fb87717ae0197010694013331b5d071b85a11a73c76f08f39e9f0294d3475e89ee63272047df83893de4dbaa390 SHA512 2c3540acc668aeef4b8f01774219736d95395201ddeaccaf70e0bad4a89f05cdd5ffaf630bae0577656efb3580fae92ce0ee4bb1a720ea757ca59e3fd66e1893 DIST bitcoin-v0.15.1.tar.gz 7550228 BLAKE2B 0cbb7d0e9d0e5e8eb33502a28289c3f9c86b7c531ed179f7e3e8b601a69a423fa736238a2caae890fd8850eb505533995e578e676860a4014922fbc238185ebb SHA512 a09b6cb64a1649d11e3fd6deeb13a07b1bf4bed504a2fc1c585919459ca8ac1af8e5ecc89dee487359e831a8f12625d54f408f95bb341033d6380b82c290c0d9 DIST bitcoin-v0.16.0.tar.gz 6628305 BLAKE2B 69adb5832e2a708431c06bd8ce695f25cfc2b84e7ccf11e77f40c8ec273146208c70a900d0d32f79790cf67fb359c2731b0cecfc1f27ac2d0c4057228a83aed3 SHA512 7a59de44196a3cd5b75bccfe851e8bd7d5a00ae45b6e771e082326d75846e7c6d1f6d449e18b539b95b25aa12b7b79c462367f1c89438bcd1ca6ec84eb42972c +DIST bitcoin-v0.16.3.tar.gz 6658712 BLAKE2B 2c20b32ea30aed264115d1bd336b62fa28de69cbf116385508718efd7ff22537c3bd402c0965e0f6ddd8e79fc8b51f388f52f885847d36207a24523e927ca63e SHA512 2da25f56fe9b1f5a81815c14e70ff1a69ec15f742424e2c24d71303a71d57c8050dea5d5ba57425bbe0a01a3995ad9b30f0beea5dbafd1632a627cd3fd9a984d diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.16.3.ebuild b/net-p2p/bitcoin-cli/bitcoin-cli-0.16.3.ebuild new file mode 100644 index 000..efba5c33f5b --- /dev/null +++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.16.3.ebuild @@ -0,0 +1,97 @@ +# Copyright 2010-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools bash-completion-r1 + +BITCOINCORE_COMMITHASH="49e34e288005a5b144a642e197b628396f5a0765" +KNOTS_PV="${PV}.knots20180918" +KNOTS_P="bitcoin-${KNOTS_PV}" + +DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with bitcoind" +HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/"; +SRC_URI=" + https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz + https://bitcoinknots.org/files/0.16.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~amd64-linux ~arm ~arm64 ~mips ~ppc ~x86 ~x86-linux" +IUSE="knots libressl" + +DEPEND=" + >=dev-libs/boost-1.52.0:=[threads(+)] + dev-libs/libevent:= + dev-libs/univalue:= + !libressl? ( dev-libs/openssl:0=[-bindist] ) + libressl? ( dev-libs/libressl:0= ) +" +RDEPEND="${DEPEND}" + +DOCS=( doc/bips.md doc/release-notes.md ) + +S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}" + +pkg_pretend() { + if use knots; then + elog "You are building ${PN} from Bitcoin Knots." + elog "For more information, see:" + elog "https://bitcoinknots.org/files/0.16.x/${KNOTS_PV}/${KNOTS_P}.desc.html"; + else + elog "You are building ${PN} from Bitcoin Core." + elog "For more information, see:" + elog "https://bitcoincore.org/en/2018/09/18/release-${PV}/"; + fi +} + +src_prepare() { + local knots_patchdir="${WORKDIR}/${KNOTS_P}.patches/" + + eapply "${knots_patchdir}/${KNOTS_P}.syslibs.patch" +
[gentoo-commits] repo/gentoo:master commit in: net-libs/libbitcoinconsensus/
commit: f826abec95faa662523e1ce797ee2b9256d9c562 Author: Luke Dashjr utopios org> AuthorDate: Tue Sep 18 15:55:14 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Sep 21 12:37:57 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f826abec net-libs/libbitcoinconsensus: Bump to 0.16.3 Signed-off-by: Luke Dashjr utopios.org> Signed-off-by: Virgil Dupras gentoo.org> Bug: https://bugs.gentoo.org/69 net-libs/libbitcoinconsensus/Manifest | 2 + .../libbitcoinconsensus-0.16.3.ebuild | 95 ++ 2 files changed, 97 insertions(+) diff --git a/net-libs/libbitcoinconsensus/Manifest b/net-libs/libbitcoinconsensus/Manifest index c6a97f3d9fb..9313ec120c3 100644 --- a/net-libs/libbitcoinconsensus/Manifest +++ b/net-libs/libbitcoinconsensus/Manifest @@ -1,4 +1,6 @@ DIST bitcoin-0.15.1.knots2017.patches.tar.xz 443024 BLAKE2B 5010c8d0f6a0bc8cd22ca7d7c73d9e4e689e369f0ba39b59f62fa6b6af3dcf938dfc87d33d3fe595a6e54d99734277a34af068dc29a6e984c76d529fbbe2f383 SHA512 455fadeac6ad57be04680ec6939d6bf235eb49cde89b9716d36f6914c255b1b69cdea459d89b1bbca56099e793be0c8d7aacf592a9d78495068297bb5890 DIST bitcoin-0.16.0.knots20180322.patches.tar.xz 417544 BLAKE2B f14616c81e0694346fd0714032be501ad0b58e82e2a5fcc623b1fdd316759ae7ac584e6c4ab586e8c9f5a402694a36eceac6b2f1c7441da655479f832a8869bd SHA512 9eca9cbae8ce17b38ddb70326760e33e7812db78e79cfe2d1a3518b34eb8fc87fe4c145e46ab60278b14e70a75b3af238342b4e1808a77cbca4b62b8c72fb1eb +DIST bitcoin-0.16.3.knots20180918.patches.tar.xz 466344 BLAKE2B c45b96513e4b6317e6a2a55cc3b47302fbe56fb87717ae0197010694013331b5d071b85a11a73c76f08f39e9f0294d3475e89ee63272047df83893de4dbaa390 SHA512 2c3540acc668aeef4b8f01774219736d95395201ddeaccaf70e0bad4a89f05cdd5ffaf630bae0577656efb3580fae92ce0ee4bb1a720ea757ca59e3fd66e1893 DIST bitcoin-v0.15.1.tar.gz 7550228 BLAKE2B 0cbb7d0e9d0e5e8eb33502a28289c3f9c86b7c531ed179f7e3e8b601a69a423fa736238a2caae890fd8850eb505533995e578e676860a4014922fbc238185ebb SHA512 a09b6cb64a1649d11e3fd6deeb13a07b1bf4bed504a2fc1c585919459ca8ac1af8e5ecc89dee487359e831a8f12625d54f408f95bb341033d6380b82c290c0d9 DIST bitcoin-v0.16.0.tar.gz 6628305 BLAKE2B 69adb5832e2a708431c06bd8ce695f25cfc2b84e7ccf11e77f40c8ec273146208c70a900d0d32f79790cf67fb359c2731b0cecfc1f27ac2d0c4057228a83aed3 SHA512 7a59de44196a3cd5b75bccfe851e8bd7d5a00ae45b6e771e082326d75846e7c6d1f6d449e18b539b95b25aa12b7b79c462367f1c89438bcd1ca6ec84eb42972c +DIST bitcoin-v0.16.3.tar.gz 6658712 BLAKE2B 2c20b32ea30aed264115d1bd336b62fa28de69cbf116385508718efd7ff22537c3bd402c0965e0f6ddd8e79fc8b51f388f52f885847d36207a24523e927ca63e SHA512 2da25f56fe9b1f5a81815c14e70ff1a69ec15f742424e2c24d71303a71d57c8050dea5d5ba57425bbe0a01a3995ad9b30f0beea5dbafd1632a627cd3fd9a984d diff --git a/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.16.3.ebuild b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.16.3.ebuild new file mode 100644 index 000..1a0fa2b228f --- /dev/null +++ b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.16.3.ebuild @@ -0,0 +1,95 @@ +# Copyright 2010-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools + +BITCOINCORE_COMMITHASH="49e34e288005a5b144a642e197b628396f5a0765" +KNOTS_PV="${PV}.knots20180918" +KNOTS_P="bitcoin-${KNOTS_PV}" + +DESCRIPTION="Bitcoin Core consensus library" +HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/"; +SRC_URI=" + https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz + https://bitcoinknots.org/files/0.16.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~amd64-linux ~arm ~arm64 ~mips ~ppc ~x86 ~x86-linux" +IUSE="+asm knots libressl" + +DEPEND=" + >=dev-libs/libsecp256k1-0.0.0_pre20151118:=[recovery] + !libressl? ( dev-libs/openssl:0=[-bindist] ) + libressl? ( dev-libs/libressl:0= ) +" +RDEPEND="${DEPEND}" + +DOCS=( doc/bips.md doc/release-notes.md doc/shared-libraries.md ) + +S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}" + +pkg_pretend() { + if use knots; then + elog "You are building ${PN} from Bitcoin Knots." + elog "For more information, see:" + elog "https://bitcoinknots.org/files/0.16.x/${KNOTS_PV}/${KNOTS_P}.desc.html"; + else + elog "You are building ${PN} from Bitcoin Core." + elog "For more information, see:" + elog "https://bitcoincore.org/en/2018/09/18/release-${PV}/"; + fi +} + +src_prepare() { + local knots_patchdir="${WORKDIR}/${KNOTS_P}.patches/" + + eapply "${knots_patchdir}/${KNOTS_P}.
[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoind/
commit: d2d3e52654733b3f973d8ea7b3f0ea41bf00dec8 Author: Luke Dashjr utopios org> AuthorDate: Tue Sep 18 15:50:53 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Sep 21 12:37:57 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2d3e526 net-p2p/bitcoind: Bump to 0.16.3 Signed-off-by: Luke Dashjr utopios.org> Signed-off-by: Virgil Dupras gentoo.org> Bug: https://bugs.gentoo.org/69 net-p2p/bitcoind/Manifest | 2 + net-p2p/bitcoind/bitcoind-0.16.3.ebuild | 163 2 files changed, 165 insertions(+) diff --git a/net-p2p/bitcoind/Manifest b/net-p2p/bitcoind/Manifest index c6a97f3d9fb..9313ec120c3 100644 --- a/net-p2p/bitcoind/Manifest +++ b/net-p2p/bitcoind/Manifest @@ -1,4 +1,6 @@ DIST bitcoin-0.15.1.knots2017.patches.tar.xz 443024 BLAKE2B 5010c8d0f6a0bc8cd22ca7d7c73d9e4e689e369f0ba39b59f62fa6b6af3dcf938dfc87d33d3fe595a6e54d99734277a34af068dc29a6e984c76d529fbbe2f383 SHA512 455fadeac6ad57be04680ec6939d6bf235eb49cde89b9716d36f6914c255b1b69cdea459d89b1bbca56099e793be0c8d7aacf592a9d78495068297bb5890 DIST bitcoin-0.16.0.knots20180322.patches.tar.xz 417544 BLAKE2B f14616c81e0694346fd0714032be501ad0b58e82e2a5fcc623b1fdd316759ae7ac584e6c4ab586e8c9f5a402694a36eceac6b2f1c7441da655479f832a8869bd SHA512 9eca9cbae8ce17b38ddb70326760e33e7812db78e79cfe2d1a3518b34eb8fc87fe4c145e46ab60278b14e70a75b3af238342b4e1808a77cbca4b62b8c72fb1eb +DIST bitcoin-0.16.3.knots20180918.patches.tar.xz 466344 BLAKE2B c45b96513e4b6317e6a2a55cc3b47302fbe56fb87717ae0197010694013331b5d071b85a11a73c76f08f39e9f0294d3475e89ee63272047df83893de4dbaa390 SHA512 2c3540acc668aeef4b8f01774219736d95395201ddeaccaf70e0bad4a89f05cdd5ffaf630bae0577656efb3580fae92ce0ee4bb1a720ea757ca59e3fd66e1893 DIST bitcoin-v0.15.1.tar.gz 7550228 BLAKE2B 0cbb7d0e9d0e5e8eb33502a28289c3f9c86b7c531ed179f7e3e8b601a69a423fa736238a2caae890fd8850eb505533995e578e676860a4014922fbc238185ebb SHA512 a09b6cb64a1649d11e3fd6deeb13a07b1bf4bed504a2fc1c585919459ca8ac1af8e5ecc89dee487359e831a8f12625d54f408f95bb341033d6380b82c290c0d9 DIST bitcoin-v0.16.0.tar.gz 6628305 BLAKE2B 69adb5832e2a708431c06bd8ce695f25cfc2b84e7ccf11e77f40c8ec273146208c70a900d0d32f79790cf67fb359c2731b0cecfc1f27ac2d0c4057228a83aed3 SHA512 7a59de44196a3cd5b75bccfe851e8bd7d5a00ae45b6e771e082326d75846e7c6d1f6d449e18b539b95b25aa12b7b79c462367f1c89438bcd1ca6ec84eb42972c +DIST bitcoin-v0.16.3.tar.gz 6658712 BLAKE2B 2c20b32ea30aed264115d1bd336b62fa28de69cbf116385508718efd7ff22537c3bd402c0965e0f6ddd8e79fc8b51f388f52f885847d36207a24523e927ca63e SHA512 2da25f56fe9b1f5a81815c14e70ff1a69ec15f742424e2c24d71303a71d57c8050dea5d5ba57425bbe0a01a3995ad9b30f0beea5dbafd1632a627cd3fd9a984d diff --git a/net-p2p/bitcoind/bitcoind-0.16.3.ebuild b/net-p2p/bitcoind/bitcoind-0.16.3.ebuild new file mode 100644 index 000..08e13af9920 --- /dev/null +++ b/net-p2p/bitcoind/bitcoind-0.16.3.ebuild @@ -0,0 +1,163 @@ +# Copyright 2010-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DB_VER="4.8" +inherit autotools bash-completion-r1 db-use systemd user + +BITCOINCORE_COMMITHASH="49e34e288005a5b144a642e197b628396f5a0765" +KNOTS_PV="${PV}.knots20180918" +KNOTS_P="bitcoin-${KNOTS_PV}" + +DESCRIPTION="Original Bitcoin crypto-currency wallet for automated services" +HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/"; +SRC_URI=" + https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz + https://bitcoinknots.org/files/0.16.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~amd64-linux ~arm ~arm64 ~mips ~ppc ~x86 ~x86-linux" +IUSE="+asm +bitcoin_policy_rbf examples knots libressl test upnp +wallet zeromq" + +DEPEND=" + >=dev-libs/boost-1.52.0:=[threads(+)] + dev-libs/libevent:= + >=dev-libs/libsecp256k1-0.0.0_pre20151118:=[recovery] + dev-libs/univalue:= + virtual/bitcoin-leveldb + !libressl? ( dev-libs/openssl:0=[-bindist] ) + libressl? ( dev-libs/libressl:0= ) + upnp? ( >=net-libs/miniupnpc-1.9.20150916:= ) + wallet? ( sys-libs/db:$(db_ver_to_slot "${DB_VER}")=[cxx] ) + zeromq? ( net-libs/zeromq:= ) +" +RDEPEND="${DEPEND}" + +DOCS=( doc/bips.md doc/files.md doc/reduce-traffic.md doc/release-notes.md doc/REST-interface.md doc/tor.md ) + +S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}" + +pkg_pretend() { + if use knots; then + elog "You are building ${PN} from Bitcoin Knots." + elog "For more information, see:" + elog "https://bitcoinknots.org/files/0.16.x/${KNOTS_PV}/${KNOTS_P}.desc.html"; + else +
[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/
commit: 35caca435f172d52f62b9a9119a7234770f662f9 Author: Luke Dashjr utopios org> AuthorDate: Tue Sep 18 15:57:26 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Sep 21 12:38:01 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35caca43 dev-util/bitcoin-tx: Bump to 0.16.3 Signed-off-by: Luke Dashjr utopios.org> Signed-off-by: Virgil Dupras gentoo.org> Bug: https://bugs.gentoo.org/69 dev-util/bitcoin-tx/Manifest | 2 + dev-util/bitcoin-tx/bitcoin-tx-0.16.3.ebuild | 98 2 files changed, 100 insertions(+) diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest index c6a97f3d9fb..9313ec120c3 100644 --- a/dev-util/bitcoin-tx/Manifest +++ b/dev-util/bitcoin-tx/Manifest @@ -1,4 +1,6 @@ DIST bitcoin-0.15.1.knots2017.patches.tar.xz 443024 BLAKE2B 5010c8d0f6a0bc8cd22ca7d7c73d9e4e689e369f0ba39b59f62fa6b6af3dcf938dfc87d33d3fe595a6e54d99734277a34af068dc29a6e984c76d529fbbe2f383 SHA512 455fadeac6ad57be04680ec6939d6bf235eb49cde89b9716d36f6914c255b1b69cdea459d89b1bbca56099e793be0c8d7aacf592a9d78495068297bb5890 DIST bitcoin-0.16.0.knots20180322.patches.tar.xz 417544 BLAKE2B f14616c81e0694346fd0714032be501ad0b58e82e2a5fcc623b1fdd316759ae7ac584e6c4ab586e8c9f5a402694a36eceac6b2f1c7441da655479f832a8869bd SHA512 9eca9cbae8ce17b38ddb70326760e33e7812db78e79cfe2d1a3518b34eb8fc87fe4c145e46ab60278b14e70a75b3af238342b4e1808a77cbca4b62b8c72fb1eb +DIST bitcoin-0.16.3.knots20180918.patches.tar.xz 466344 BLAKE2B c45b96513e4b6317e6a2a55cc3b47302fbe56fb87717ae0197010694013331b5d071b85a11a73c76f08f39e9f0294d3475e89ee63272047df83893de4dbaa390 SHA512 2c3540acc668aeef4b8f01774219736d95395201ddeaccaf70e0bad4a89f05cdd5ffaf630bae0577656efb3580fae92ce0ee4bb1a720ea757ca59e3fd66e1893 DIST bitcoin-v0.15.1.tar.gz 7550228 BLAKE2B 0cbb7d0e9d0e5e8eb33502a28289c3f9c86b7c531ed179f7e3e8b601a69a423fa736238a2caae890fd8850eb505533995e578e676860a4014922fbc238185ebb SHA512 a09b6cb64a1649d11e3fd6deeb13a07b1bf4bed504a2fc1c585919459ca8ac1af8e5ecc89dee487359e831a8f12625d54f408f95bb341033d6380b82c290c0d9 DIST bitcoin-v0.16.0.tar.gz 6628305 BLAKE2B 69adb5832e2a708431c06bd8ce695f25cfc2b84e7ccf11e77f40c8ec273146208c70a900d0d32f79790cf67fb359c2731b0cecfc1f27ac2d0c4057228a83aed3 SHA512 7a59de44196a3cd5b75bccfe851e8bd7d5a00ae45b6e771e082326d75846e7c6d1f6d449e18b539b95b25aa12b7b79c462367f1c89438bcd1ca6ec84eb42972c +DIST bitcoin-v0.16.3.tar.gz 6658712 BLAKE2B 2c20b32ea30aed264115d1bd336b62fa28de69cbf116385508718efd7ff22537c3bd402c0965e0f6ddd8e79fc8b51f388f52f885847d36207a24523e927ca63e SHA512 2da25f56fe9b1f5a81815c14e70ff1a69ec15f742424e2c24d71303a71d57c8050dea5d5ba57425bbe0a01a3995ad9b30f0beea5dbafd1632a627cd3fd9a984d diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.16.3.ebuild b/dev-util/bitcoin-tx/bitcoin-tx-0.16.3.ebuild new file mode 100644 index 000..29b839ab856 --- /dev/null +++ b/dev-util/bitcoin-tx/bitcoin-tx-0.16.3.ebuild @@ -0,0 +1,98 @@ +# Copyright 2010-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools bash-completion-r1 + +BITCOINCORE_COMMITHASH="49e34e288005a5b144a642e197b628396f5a0765" +KNOTS_PV="${PV}.knots20180918" +KNOTS_P="bitcoin-${KNOTS_PV}" + +DESCRIPTION="Command-line Bitcoin transaction tool" +HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/"; +SRC_URI=" + https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz + https://bitcoinknots.org/files/0.16.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~amd64-linux ~arm ~arm64 ~mips ~ppc ~x86 ~x86-linux" +IUSE="knots libressl" + +DEPEND=" + >=dev-libs/boost-1.52.0:=[threads(+)] + >=dev-libs/libsecp256k1-0.0.0_pre20151118:=[recovery] + dev-libs/univalue:= + !libressl? ( dev-libs/openssl:0=[-bindist] ) + libressl? ( dev-libs/libressl:0= ) +" +RDEPEND="${DEPEND}" + +DOCS=( doc/bips.md doc/release-notes.md ) + +S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}" + +pkg_pretend() { + if use knots; then + elog "You are building ${PN} from Bitcoin Knots." + elog "For more information, see:" + elog "https://bitcoinknots.org/files/0.16.x/${KNOTS_PV}/${KNOTS_P}.desc.html"; + else + elog "You are building ${PN} from Bitcoin Core." + elog "For more information, see:" + elog "https://bitcoincore.org/en/2018/09/18/release-${PV}/"; + fi +} + +src_prepare() { + local knots_patchdir="${WORKDIR}/${KNOTS_P}.patches/" + + eapply "${knots_patchdir}/${KNOTS_P}.syslibs.patch"
[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-qt/
commit: 9f73c62f7d8ebc6689028191b516c81440869c4a Author: Luke Dashjr utopios org> AuthorDate: Tue Sep 18 15:46:59 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Fri Sep 21 12:37:55 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f73c62f net-p2p/bitcoin-qt: Bump to 0.16.3 Signed-off-by: Luke Dashjr utopios.org> Closes: https://github.com/gentoo/gentoo/pull/9907 Signed-off-by: Virgil Dupras gentoo.org> Bug: https://bugs.gentoo.org/69 net-p2p/bitcoin-qt/Manifest | 2 + net-p2p/bitcoin-qt/bitcoin-qt-0.16.3.ebuild | 182 2 files changed, 184 insertions(+) diff --git a/net-p2p/bitcoin-qt/Manifest b/net-p2p/bitcoin-qt/Manifest index c6a97f3d9fb..9313ec120c3 100644 --- a/net-p2p/bitcoin-qt/Manifest +++ b/net-p2p/bitcoin-qt/Manifest @@ -1,4 +1,6 @@ DIST bitcoin-0.15.1.knots2017.patches.tar.xz 443024 BLAKE2B 5010c8d0f6a0bc8cd22ca7d7c73d9e4e689e369f0ba39b59f62fa6b6af3dcf938dfc87d33d3fe595a6e54d99734277a34af068dc29a6e984c76d529fbbe2f383 SHA512 455fadeac6ad57be04680ec6939d6bf235eb49cde89b9716d36f6914c255b1b69cdea459d89b1bbca56099e793be0c8d7aacf592a9d78495068297bb5890 DIST bitcoin-0.16.0.knots20180322.patches.tar.xz 417544 BLAKE2B f14616c81e0694346fd0714032be501ad0b58e82e2a5fcc623b1fdd316759ae7ac584e6c4ab586e8c9f5a402694a36eceac6b2f1c7441da655479f832a8869bd SHA512 9eca9cbae8ce17b38ddb70326760e33e7812db78e79cfe2d1a3518b34eb8fc87fe4c145e46ab60278b14e70a75b3af238342b4e1808a77cbca4b62b8c72fb1eb +DIST bitcoin-0.16.3.knots20180918.patches.tar.xz 466344 BLAKE2B c45b96513e4b6317e6a2a55cc3b47302fbe56fb87717ae0197010694013331b5d071b85a11a73c76f08f39e9f0294d3475e89ee63272047df83893de4dbaa390 SHA512 2c3540acc668aeef4b8f01774219736d95395201ddeaccaf70e0bad4a89f05cdd5ffaf630bae0577656efb3580fae92ce0ee4bb1a720ea757ca59e3fd66e1893 DIST bitcoin-v0.15.1.tar.gz 7550228 BLAKE2B 0cbb7d0e9d0e5e8eb33502a28289c3f9c86b7c531ed179f7e3e8b601a69a423fa736238a2caae890fd8850eb505533995e578e676860a4014922fbc238185ebb SHA512 a09b6cb64a1649d11e3fd6deeb13a07b1bf4bed504a2fc1c585919459ca8ac1af8e5ecc89dee487359e831a8f12625d54f408f95bb341033d6380b82c290c0d9 DIST bitcoin-v0.16.0.tar.gz 6628305 BLAKE2B 69adb5832e2a708431c06bd8ce695f25cfc2b84e7ccf11e77f40c8ec273146208c70a900d0d32f79790cf67fb359c2731b0cecfc1f27ac2d0c4057228a83aed3 SHA512 7a59de44196a3cd5b75bccfe851e8bd7d5a00ae45b6e771e082326d75846e7c6d1f6d449e18b539b95b25aa12b7b79c462367f1c89438bcd1ca6ec84eb42972c +DIST bitcoin-v0.16.3.tar.gz 6658712 BLAKE2B 2c20b32ea30aed264115d1bd336b62fa28de69cbf116385508718efd7ff22537c3bd402c0965e0f6ddd8e79fc8b51f388f52f885847d36207a24523e927ca63e SHA512 2da25f56fe9b1f5a81815c14e70ff1a69ec15f742424e2c24d71303a71d57c8050dea5d5ba57425bbe0a01a3995ad9b30f0beea5dbafd1632a627cd3fd9a984d diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-0.16.3.ebuild b/net-p2p/bitcoin-qt/bitcoin-qt-0.16.3.ebuild new file mode 100644 index 000..b5e9818640e --- /dev/null +++ b/net-p2p/bitcoin-qt/bitcoin-qt-0.16.3.ebuild @@ -0,0 +1,182 @@ +# Copyright 2010-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DB_VER="4.8" +inherit autotools bash-completion-r1 db-use gnome2-utils xdg-utils + +BITCOINCORE_COMMITHASH="49e34e288005a5b144a642e197b628396f5a0765" +KNOTS_PV="${PV}.knots20180918" +KNOTS_P="bitcoin-${KNOTS_PV}" + +DESCRIPTION="An end-user Qt GUI for the Bitcoin crypto-currency" +HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/"; +SRC_URI=" + https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz + https://bitcoinknots.org/files/0.16.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux" + +IUSE="+asm +bip70 +bitcoin_policy_rbf dbus kde +libevent knots libressl +qrcode test upnp +wallet zeromq" + +RDEPEND=" + >=dev-libs/boost-1.52.0:=[threads(+)] + >=dev-libs/libsecp256k1-0.0.0_pre20151118:=[recovery] + dev-libs/univalue:= + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtwidgets:5 + virtual/bitcoin-leveldb + bip70? ( dev-libs/protobuf:= ) + dbus? ( + dev-qt/qtdbus:5 + ) + libevent? ( dev-libs/libevent:= ) + !libressl? ( dev-libs/openssl:0=[-bindist] ) + libressl? ( dev-libs/libressl:0= ) + qrcode? ( + media-gfx/qrencode:= + ) + upnp? ( >=net-libs/miniupnpc-1.9.20150916:= ) + wallet? ( sys-libs/db:$(db_ver_to_slot "${DB_VER}")=[cxx] ) + zeromq? ( net-libs/zeromq:= ) +" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 + knots? ( + gnome-base/librsvg + media-gfx/imagemagick[png]
[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/
commit: 7d0b4149e7c9f43f38a7174ca5c0f9113a2d24b2 Author: Virgil Dupras gentoo org> AuthorDate: Mon Sep 24 18:20:51 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Mon Sep 24 18:20:51 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d0b4149 dev-python/mistune: remove old and vulnerable Bug: https://bugs.gentoo.org/635270 Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-python/mistune/Manifest | 2 -- dev-python/mistune/mistune-0.7.2.ebuild | 28 dev-python/mistune/mistune-0.7.4.ebuild | 28 3 files changed, 58 deletions(-) diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest index 1b83d62e5b0..8bfe4fe11ec 100644 --- a/dev-python/mistune/Manifest +++ b/dev-python/mistune/Manifest @@ -1,3 +1 @@ -DIST mistune-0.7.2.tar.gz 48887 BLAKE2B 4ff0286483e593fcf5183bfed18b90c39b93dacdec3bba474d6959ec1da162dd75820707a8ed9985fff4c15fe88a12df6fb6af20b9a40de173acd7c0a6e02893 SHA512 9002bf83a368671389f05928f4f689064a1e415e54309259b6bbb7781b4bfddbbf834e2c63ed3271e1e6ec7b78c1665c7708177b9723433d1e2ad4b13ad903ca -DIST mistune-0.7.4.tar.gz 49304 BLAKE2B 9426007f618e645832d4d73db29cdda63e8426c9e52bda06935b0003b3c4f0122b14ca893ef4adad96c7d2f4b8be777efb6862f5370bdb9b08394129fd22e7d0 SHA512 d300bec23f5482396c6f282ee3d773461c162791e4605ca40141eb9487c8b158ac7f47f6338f7c3bf27bc614292ecc61dfbf419d47eab817821f18cf80103802 DIST mistune-0.8.3.tar.gz 58506 BLAKE2B a4b96162514ba1b82710c9264d9005f151943d525ff7e28a2fd4a92b16d4c90818715bf851573e25be203537a3059dbec1e86c75ec0ebd0a4b164303c06d7029 SHA512 fc0b6d53e7a62712b752bff77c2529750628e9e1eeec02603bd2c793f9b0a46efe31fe7a749c5d6aae3c591d74e43c45e450179650bfb57128fb0ec366de6aa3 diff --git a/dev-python/mistune/mistune-0.7.2.ebuild b/dev-python/mistune/mistune-0.7.2.ebuild deleted file mode 100644 index 4e44d3a572b..000 --- a/dev-python/mistune/mistune-0.7.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="The fastest markdown parser in pure Python" -HOMEPAGE="https://pypi.org/project/mistune/ https://github.com/lepture/mistune"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/cython[$(python_gen_usedep 'python*')] - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] ) -" - -python_test() { - nosetests || die -} diff --git a/dev-python/mistune/mistune-0.7.4.ebuild b/dev-python/mistune/mistune-0.7.4.ebuild deleted file mode 100644 index 761ebf00d08..000 --- a/dev-python/mistune/mistune-0.7.4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="The fastest markdown parser in pure Python" -HOMEPAGE="https://pypi.org/project/mistune/ https://github.com/lepture/mistune"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/cython[$(python_gen_usedep 'python*')] - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] ) -" - -python_test() { - nosetests || die -}
[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/
commit: 99288a18b7933b2661fc751ddeb45760f4a899a1 Author: Virgil Dupras gentoo org> AuthorDate: Wed Sep 26 11:42:50 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Wed Sep 26 11:44:22 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99288a18 app-crypt/acme-tiny: stabilize 4.0.4 on amd64 Has been working fine on my systems and has no open issues. Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Virgil Dupras gentoo.org> app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild b/app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild index 184d1bfb35b..bf5937baf83 100644 --- a/app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild +++ b/app-crypt/acme-tiny/acme-tiny-4.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,10 +9,10 @@ inherit distutils-r1 if [[ ${PV} == ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/diafygi/${PN}.git"; - KEYWORDS="" + KEYWORDS="amd64" else SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi DESCRIPTION="A tiny, auditable script for Let's Encrypt's ACME Protocol"
[gentoo-commits] repo/gentoo:master commit in: profiles/base/
commit: 5378291a91a7bd63b67cc9782bbb860abc69c75f Author: Virgil Dupras gentoo org> AuthorDate: Wed Sep 26 14:02:09 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Wed Sep 26 14:02:09 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5378291a profiles: hard-mask server USE flag on dev-python/paramiko For security reasons. Bug: https://bugs.gentoo.org/19 Signed-off-by: Virgil Dupras gentoo.org> profiles/base/package.use.mask | 6 ++ 1 file changed, 6 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 273a60536a3..a11b641539c 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,12 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Virgil Dupras (26 Sep 2018) +# Server feature in paramiko is patched out for security reasons. It can +# be re-enabled with the 'server' USE flag, but this flag is hard +# masked. bug #19 +dev-python/paramiko server + # Andreas Sturmlechner (16 Sep 2018) # media-libs/celt is going away, superseded by opus, bug #664154 media-sound/jack2 celt
[gentoo-commits] repo/gentoo:master commit in: dev-python/paramiko/, dev-python/paramiko/files/
commit: 28e7e2b6ccd187aa7850b3a9201b6d8b43898905 Author: Virgil Dupras gentoo org> AuthorDate: Wed Sep 26 13:56:25 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Wed Sep 26 14:00:47 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28e7e2b6 dev-python/paramiko: bump to 2.4.2 Also, disable the server feature by default for security reasons. It can be re-enabled with the 'server' USE flag, which is going to be hard-masked. Bug: https://bugs.gentoo.org/19 Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Virgil Dupras gentoo.org> dev-python/paramiko/Manifest | 1 + .../files/paramiko-2.4.2-disable-server.patch | 46 dev-python/paramiko/metadata.xml | 3 ++ dev-python/paramiko/paramiko-2.4.2.ebuild | 62 ++ 4 files changed, 112 insertions(+) diff --git a/dev-python/paramiko/Manifest b/dev-python/paramiko/Manifest index d90724711be..25fa5b44f4a 100644 --- a/dev-python/paramiko/Manifest +++ b/dev-python/paramiko/Manifest @@ -1,2 +1,3 @@ DIST paramiko-2.1.2.tar.gz 1196746 BLAKE2B c184e171fe550fc231d67473867db283b706a93aebbd13ffb2503e10d69e43b9ab712237e6698fccae13472f0cb8135b6c015381ac687c4c20d4d1cb1620ae00 SHA512 465c5381b1b0a472d2ad8e690f0916a5f51713880486c7b94cadcf85ea0a52569e18337ccfee5440869e4a0c76bd2b1bc15c414128c07326b40ecd36ea021466 DIST paramiko-2.4.1.tar.gz 285151 BLAKE2B 767c4ad11da77c5c6796165057715f318cab417c5bae72cd97b51af94ecbf233316fd4286e35b2f855027e05bcf195c869b45a87f66954bee3bb98ae9d0ef1a9 SHA512 5a580d25e7911937f228ef4a2b89b5a1efd771f576c6c68cf1c36e1abbc38adbc6ad5dc91400de7112238fcf7803f5f26c13fe10be4af8a2a86af9398da7a8de +DIST paramiko-2.4.2.tar.gz 289126 BLAKE2B 767f81a09b32762241eed6661e520e3b3a96acfe8e6e638ea7ae180a8b6866f8f4adeae0a0146d46ecbfccbe71334c5f5c14e2d049744258ca4808ac21365185 SHA512 894c2ebfcfb35a84fe74670d0eb67022a49b7bf165f31acd929045c17509d8a2be111e8319f20513b5034efd033edc6432b2ca2e7027dc7e3c6703166a96790f diff --git a/dev-python/paramiko/files/paramiko-2.4.2-disable-server.patch b/dev-python/paramiko/files/paramiko-2.4.2-disable-server.patch new file mode 100644 index 000..19450cbee1b --- /dev/null +++ b/dev-python/paramiko/files/paramiko-2.4.2-disable-server.patch @@ -0,0 +1,46 @@ +diff --git a/paramiko/transport.py b/paramiko/transport.py +index f72eebaf..ec7a1445 100644 +--- a/paramiko/transport.py b/paramiko/transport.py +@@ -110,6 +110,8 @@ from paramiko.ssh_exception import ( + from paramiko.util import retry_on_signal, ClosingContextManager, clamp_value + + ++SERVER_DISABLED_BY_GENTOO = True ++ + # for thread cleanup + _active_threads = [] + +@@ -633,6 +635,8 @@ class Transport(threading.Thread, ClosingContextManager): + `.SSHException` -- if negotiation fails (and no ``event`` was + passed in) + """ ++if SERVER_DISABLED_BY_GENTOO: ++raise Exception("Disabled by Gentoo for security reasons. Enable with 'server' USE flag") + if server is None: + server = ServerInterface() + self.server_mode = True +diff --git a/tests/conftest.py b/tests/conftest.py +index 2b509c5c..bb23ac74 100644 +--- a/tests/conftest.py b/tests/conftest.py +@@ -4,7 +4,7 @@ import shutil + import threading + + import pytest +-from paramiko import RSAKey, SFTPServer, SFTP, Transport ++from paramiko import RSAKey, SFTPServer, SFTP, Transport, transport + + from .loop import LoopSocket + from .stub_sftp import StubServer, StubSFTPServer +@@ -15,6 +15,10 @@ from .util import _support + # 'nicer'. + + ++# We need the server component for testing ++transport.SERVER_DISABLED_BY_GENTOO = False ++ ++ + # Perform logging by default; pytest will capture and thus hide it normally, + # presenting it on error/failure. (But also allow turning it off when doing + # very pinpoint debugging - e.g. using breakpoints, so you don't want output diff --git a/dev-python/paramiko/metadata.xml b/dev-python/paramiko/metadata.xml index 054a7be7a59..3624b844268 100644 --- a/dev-python/paramiko/metadata.xml +++ b/dev-python/paramiko/metadata.xml @@ -21,6 +21,9 @@ are supported. SFTP client mode is now supported too. 用している所です。有名なCipherとHash処理の全てがサポートされています。SFTPクライ アントもサポートされています。 + +Enable server feature + paramiko paramiko/paramiko diff --git a/dev-python/paramiko/paramiko-2.4.2.ebuild b/dev-python/paramiko/paramiko-2.4.2.ebuild new file mode 100644 index 000..fb8e47b707d --- /dev/null +++ b/dev-python/paramiko/paramiko-2.4.2.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_REQ_USE="threads(+)" + +inherit distutils-r1 + +DESCRIPTION="SSH2 protocol library" +HOMEPAGE="htt
[gentoo-commits] repo/gentoo:master commit in: dev-python/w3lib/
commit: 9fb89deb17260beb80c2d06de6f6a9f02226c294 Author: Virgil Dupras gentoo org> AuthorDate: Thu Sep 27 13:05:29 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Thu Sep 27 13:05:29 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb89deb dev-python/w3lib: remove last-rited package Bug: https://bugs.gentoo.org/626550 Signed-off-by: Virgil Dupras gentoo.org> dev-python/w3lib/Manifest| 2 -- dev-python/w3lib/metadata.xml| 15 --- dev-python/w3lib/w3lib-1.18.0.ebuild | 20 dev-python/w3lib/w3lib-1.19.0.ebuild | 20 4 files changed, 57 deletions(-) diff --git a/dev-python/w3lib/Manifest b/dev-python/w3lib/Manifest deleted file mode 100644 index 019db8b87da..000 --- a/dev-python/w3lib/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST w3lib-1.18.0.tar.gz 37709 BLAKE2B b6fc2b7198cbf82ab509c7b2d9d77c4362840ffb70122476684d16c7c1f0ca3b9b6fdc63985a0c3eea5498c16595a4fd18a5179865d66fdd657a0c9c526194e5 SHA512 5d7a3453081eae79807f6287f862b1b6af196d1f3db19c4063d1730b0e736496e3bf2c96021d4b7237cd448a52450131e2a136c776d0ca74b4222965033289e7 -DIST w3lib-1.19.0.tar.gz 37989 BLAKE2B 4e33ae608c2cb7f924219e3e7fd752e7d4e473d7b9d8ba0994cc0d92d817a7f63645df502c440d1d37d347f0ca9791f3d46da3f9e92fb2c7be4592c4b77644ac SHA512 253a5fcbc93a6031156f43fbcf77e04654dd132a90f06bb2929ad372352514412b247d863b6fbe558553129746bc27965b7de56f80bfbcb828f0a53773b41eb7 diff --git a/dev-python/w3lib/metadata.xml b/dev-python/w3lib/metadata.xml deleted file mode 100644 index 75452b6af9f..000 --- a/dev-python/w3lib/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - -maksbo...@gentoo.org - - -pyt...@gentoo.org -Python - - -w3lib -scrapy/w3lib - - diff --git a/dev-python/w3lib/w3lib-1.18.0.ebuild b/dev-python/w3lib/w3lib-1.18.0.ebuild deleted file mode 100644 index 6c572622b29..000 --- a/dev-python/w3lib/w3lib-1.18.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) - -inherit distutils-r1 - -DESCRIPTION="Python library of web-related functions" -HOMEPAGE="https://github.com/scrapy/w3lib"; -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=">=dev-python/six-1.4.1[${PYTHON_USEDEP}]" diff --git a/dev-python/w3lib/w3lib-1.19.0.ebuild b/dev-python/w3lib/w3lib-1.19.0.ebuild deleted file mode 100644 index c9ba0666131..000 --- a/dev-python/w3lib/w3lib-1.19.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) - -inherit distutils-r1 - -DESCRIPTION="Python library of web-related functions" -HOMEPAGE="https://github.com/scrapy/w3lib"; -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}]"