diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-10-14 18:39:02 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-10-14 18:39:02 +0000 |
| commit | db5e1f5f3c7e59e8ac53eb01e1ed997e8026a736 (patch) | |
| tree | aa7c56584297d30e1b6a20988ae9e6ebe42e46a7 /dev-python | |
| parent | cc5f50a46e9ba71b0aba6b7be9856d29381f1987 (diff) | |
| download | baldeagleos-repo-db5e1f5f3c7e59e8ac53eb01e1ed997e8026a736.tar.gz baldeagleos-repo-db5e1f5f3c7e59e8ac53eb01e1ed997e8026a736.tar.xz baldeagleos-repo-db5e1f5f3c7e59e8ac53eb01e1ed997e8026a736.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/cbor2/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/cbor2/cbor2-5.2.0.ebuild | 39 | ||||
| -rw-r--r-- | dev-python/pypugjs/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pypugjs/pypugjs-5.9.4-r1.ebuild | 1 | ||||
| -rw-r--r-- | dev-python/pypugjs/pypugjs-5.9.5.ebuild | 23 | ||||
| -rw-r--r-- | dev-python/pyside2/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/pyside2/pyside2-5.15.1.ebuild (renamed from dev-python/pyside2/pyside2-5.14.2.ebuild) | 2 | ||||
| -rw-r--r-- | dev-python/pytest-pylint/pytest-pylint-0.17.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/routes/routes-2.5.1.ebuild | 5 | ||||
| -rw-r--r-- | dev-python/ryu/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/ryu/ryu-4.34.ebuild | 24 | ||||
| -rw-r--r-- | dev-python/shiboken2/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/shiboken2/shiboken2-5.15.1.ebuild (renamed from dev-python/shiboken2/shiboken2-5.14.2.ebuild) | 12 |
13 files changed, 105 insertions, 10 deletions
diff --git a/dev-python/cbor2/Manifest b/dev-python/cbor2/Manifest index a67b6c404d8f..b8de5259b911 100644 --- a/dev-python/cbor2/Manifest +++ b/dev-python/cbor2/Manifest @@ -1 +1,2 @@ DIST cbor2-5.1.2.tar.gz 73247 BLAKE2B de033651c0483aee4bb3bb31f9a997bdd6329c2941dbde65acabe7f7a3bfde37ab0322085a3107fb581e36cb6792cfb4fcf07cdbedfcec4a18a907582081d141 SHA512 81e4c3e8c727fea6db8bbed657806ace8777d8ad157395de3db7f0dab369abcd7f173f0cfad538c325a49bf90b450eab16ad2f4aa4f69c324dd0807ae0ab556f +DIST cbor2-5.2.0.tar.gz 81467 BLAKE2B ac35cf682f15eba2c2bff81f562fe2f22906ab8da39c04cbf65f403eeacb5e640e200b15a8cca0d7eede1d0106cd8674640b3093d166a4414a2d42452a374322 SHA512 101aed37c3921ace2f4a5fbb9964ddd2ec2ffcd23fb1a9f838b2f8925f17ffaf5eb39a40b5426e176f0c97a2ba1d3a045e96ceb53312b283101900eddacc6af4 diff --git a/dev-python/cbor2/cbor2-5.2.0.ebuild b/dev-python/cbor2/cbor2-5.2.0.ebuild new file mode 100644 index 000000000000..ecd0b679f8e9 --- /dev/null +++ b/dev-python/cbor2/cbor2-5.2.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{5,6,7,8,9} ) +DISTUTILS_USE_SETUPTOOLS="bdepend" + +inherit distutils-r1 + +DESCRIPTION="Pure Python CBOR (de)serializer with extensive tag support" +HOMEPAGE="https://github.com/agronholm/cbor2 https://pypi.org/project/cbor2/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +IUSE="test" +RESTRICT="!test? ( test )" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +BDEPEND=" + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + ) +" + +RDEPEND="${DEPEND}" + +python_prepare_all() { + + # remove pytest-cov dep + sed -e "s/pytest-cov//" \ + -e "s/--cov //" \ + -i setup.cfg || die + + distutils-r1_python_prepare_all +} + +distutils_enable_tests pytest diff --git a/dev-python/pypugjs/Manifest b/dev-python/pypugjs/Manifest index 2608905a6a19..028000973669 100644 --- a/dev-python/pypugjs/Manifest +++ b/dev-python/pypugjs/Manifest @@ -1 +1,2 @@ DIST pypugjs-5.9.4.tar.gz 42179 BLAKE2B 6ba3ab0b5c4c2828a091c82d5e937ebd1f575f5a9ebd989fbcfa3c17b85471f084d04b641895e8bd4af32ca0c26c430c5d989287824e0bc67f1943fae3bb0caa SHA512 24ebf306a76afab570cb13806d27e12766163bb114a8e4fe20ee5f19eb7311203e8b647eeb2f150efb2f9dfa1db9e56f4218cc3deb15d81f22b12d1b11f83c32 +DIST pypugjs-5.9.5.tar.gz 48925 BLAKE2B 4487799759e5090a9ef20da5af2d94d6f2d0139409cb5b963153ca949160bdf3f8f5ec8a3dd2949913b80f77b454ce4aeca00d9df10716c7202e105823db8f8b SHA512 f38ced5a908a4353aa1e48df605ebd80da418ecd2f5f554bf8e7788275a13ed82bc5b420656e5ba88862e033e339c5118d097d0ca7c1237aadd5049a15976aa8 diff --git a/dev-python/pypugjs/pypugjs-5.9.4-r1.ebuild b/dev-python/pypugjs/pypugjs-5.9.4-r1.ebuild index 1c3f4e22bd1c..1a4dc64cbab5 100644 --- a/dev-python/pypugjs/pypugjs-5.9.4-r1.ebuild +++ b/dev-python/pypugjs/pypugjs-5.9.4-r1.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{5,6,7,8,9} ) +DISTUTILS_USE_SETUPTOOLS="bdepend" inherit distutils-r1 diff --git a/dev-python/pypugjs/pypugjs-5.9.5.ebuild b/dev-python/pypugjs/pypugjs-5.9.5.ebuild new file mode 100644 index 000000000000..1a4dc64cbab5 --- /dev/null +++ b/dev-python/pypugjs/pypugjs-5.9.5.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{5,6,7,8,9} ) +DISTUTILS_USE_SETUPTOOLS="bdepend" + +inherit distutils-r1 + +DESCRIPTION="Pug (Jade) syntax adapter for Django, Jinja2 and Mako templates" +HOMEPAGE="https://github.com/kakulukia/pypugjs" +SRC_URI="https://github.com/kakulukia/pypugjs/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="" +RDEPEND=" + dev-python/six[${PYTHON_USEDEP}] + dev-python/chardet +" +DEPEND="${RDEPEND}" diff --git a/dev-python/pyside2/Manifest b/dev-python/pyside2/Manifest index facc7cac9c94..0d5e684462d4 100644 --- a/dev-python/pyside2/Manifest +++ b/dev-python/pyside2/Manifest @@ -1 +1 @@ -DIST pyside-setup-opensource-src-5.14.2.tar.xz 3238036 BLAKE2B 454f19ae4e154747bad2b833727ab62ded15bbac495cc0bef112ce6cccdd69bb5bb541c9b31125bd05090bfce042bac2ac8b47690c695e82b5c901e45e87f681 SHA512 6708c4ebb115119796756ccac89197e111eb27c4a91f52875da04eff4ca6f9e3fffefc18cc0219a8c3a3c81a667bf7509909a6d1d9ff1ee2cc0d957453cceffa +DIST pyside-setup-opensource-src-5.15.1.tar.xz 3454052 BLAKE2B c7190dff493434064976a4604fb5858d2e20c1b98098ccd6e5c4c69d0b67ae9f4bf970e2ab42b634208ea96aab31b21f3dfb5f18fddd0bdaab655bba729e4449 SHA512 f14c7037367799005fff73d9fc8e7998db1895700911adf34dfabdeb4db486c7b28ba2afb3eaee37c58f4099b00e4a86917b8f7d85f274026bddfc090658b306 diff --git a/dev-python/pyside2/pyside2-5.14.2.ebuild b/dev-python/pyside2/pyside2-5.15.1.ebuild index 4bb23b3e2c92..930c172ad5e0 100644 --- a/dev-python/pyside2/pyside2-5.14.2.ebuild +++ b/dev-python/pyside2/pyside2-5.15.1.ebuild @@ -80,6 +80,8 @@ QT_PV="$(ver_cut 1-2):5" RDEPEND="${PYTHON_DEPS} >=dev-python/shiboken2-${PV}[${PYTHON_USEDEP}] dev-qt/qtcore:5= + dev-qt/qtopengl:5= + dev-qt/qtserialport:5= 3d? ( >=dev-qt/qt3d-${QT_PV}[qml?] ) charts? ( >=dev-qt/qtcharts-${QT_PV}[qml?] ) concurrent? ( >=dev-qt/qtconcurrent-${QT_PV} ) diff --git a/dev-python/pytest-pylint/pytest-pylint-0.17.0.ebuild b/dev-python/pytest-pylint/pytest-pylint-0.17.0.ebuild index ed019579b939..120b1bd69251 100644 --- a/dev-python/pytest-pylint/pytest-pylint-0.17.0.ebuild +++ b/dev-python/pytest-pylint/pytest-pylint-0.17.0.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="pytest plugin to check source code with pylint" HOMEPAGE="https://github.com/carsongee/pytest-pylint" # Tests should be included in PyPI tarballs by the next release: # https://github.com/carsongee/pytest-pylint/commit/4e7f06701ca06697a22a029db9857fa2fdf7c033 -SRC_URI="https://github.com/carsongee/pytest-pylint/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/carsongee/pytest-pylint/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/dev-python/routes/routes-2.5.1.ebuild b/dev-python/routes/routes-2.5.1.ebuild index cd6c1cec07aa..5c8cf3cece91 100644 --- a/dev-python/routes/routes-2.5.1.ebuild +++ b/dev-python/routes/routes-2.5.1.ebuild @@ -25,7 +25,10 @@ RDEPEND=" " BDEPEND=" - test? ( dev-python/webob[${PYTHON_USEDEP}] )" + test? ( + dev-python/webob[${PYTHON_USEDEP}] + dev-python/webtest[${PYTHON_USEDEP}] + )" distutils_enable_tests nose distutils_enable_sphinx doc diff --git a/dev-python/ryu/Manifest b/dev-python/ryu/Manifest index b20397bb76a0..1855346f4956 100644 --- a/dev-python/ryu/Manifest +++ b/dev-python/ryu/Manifest @@ -1 +1,2 @@ DIST ryu-4.26.tar.gz 1518130 BLAKE2B bc6c03ad746b5b20f53c1b5ab8d9637efcdf92dec83eb2ea105898125b4887fdf03c478122b3d33ad099da4be8d51368c24875cfe0aa1aca58ca5b3f26255adc SHA512 a88c98904945270b8465b8daaa96c57e067e0091f7b300086f2ab8b07a7c024963382fc73c018fd15eac6c25a565125107e3ef4e79c2a5b49cf297c74511a260 +DIST ryu-4.34.tar.gz 1100203 BLAKE2B fd8f133ffe3b13781664b5da871419e76b6b869bcd35991e7231c61af91c7c76201679bf5a449660d2cc5841d77303d1b6e65271f27977a6ba8954e41c9b8ea1 SHA512 6841bb9325366c2558b11854a5f4e922cdf8a16723c1c48a7cc6fb4d0848e00686086eaecb9cef1e53686553d2ed689fd1d8da84882b60eefb95cb1ad21eead9 diff --git a/dev-python/ryu/ryu-4.34.ebuild b/dev-python/ryu/ryu-4.34.ebuild new file mode 100644 index 000000000000..4e5a539388e8 --- /dev/null +++ b/dev-python/ryu/ryu-4.34.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{5,6,7,8,9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + +inherit distutils-r1 + +DESCRIPTION="Component-based Software-defined Networking Framework" +HOMEPAGE="https://ryu-sdn.org/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND="dev-python/pbr[${PYTHON_USEDEP}]" + +python_install_all() { + distutils-r1_python_install_all + mv "${D}"/usr/etc "${D}"/etc +} diff --git a/dev-python/shiboken2/Manifest b/dev-python/shiboken2/Manifest index facc7cac9c94..0d5e684462d4 100644 --- a/dev-python/shiboken2/Manifest +++ b/dev-python/shiboken2/Manifest @@ -1 +1 @@ -DIST pyside-setup-opensource-src-5.14.2.tar.xz 3238036 BLAKE2B 454f19ae4e154747bad2b833727ab62ded15bbac495cc0bef112ce6cccdd69bb5bb541c9b31125bd05090bfce042bac2ac8b47690c695e82b5c901e45e87f681 SHA512 6708c4ebb115119796756ccac89197e111eb27c4a91f52875da04eff4ca6f9e3fffefc18cc0219a8c3a3c81a667bf7509909a6d1d9ff1ee2cc0d957453cceffa +DIST pyside-setup-opensource-src-5.15.1.tar.xz 3454052 BLAKE2B c7190dff493434064976a4604fb5858d2e20c1b98098ccd6e5c4c69d0b67ae9f4bf970e2ab42b634208ea96aab31b21f3dfb5f18fddd0bdaab655bba729e4449 SHA512 f14c7037367799005fff73d9fc8e7998db1895700911adf34dfabdeb4db486c7b28ba2afb3eaee37c58f4099b00e4a86917b8f7d85f274026bddfc090658b306 diff --git a/dev-python/shiboken2/shiboken2-5.14.2.ebuild b/dev-python/shiboken2/shiboken2-5.15.1.ebuild index 8f404047936e..14a5d6181a28 100644 --- a/dev-python/shiboken2/shiboken2-5.14.2.ebuild +++ b/dev-python/shiboken2/shiboken2-5.15.1.ebuild @@ -14,7 +14,7 @@ EAPI=7 # https://bugreports.qt.io/browse/PYSIDE-535 PYTHON_COMPAT=( python3_{5,6,7,8,9} ) -inherit cmake-utils llvm python-r1 toolchain-funcs +inherit cmake llvm python-r1 toolchain-funcs MY_P=pyside-setup-opensource-src-${PV} @@ -103,7 +103,7 @@ src_prepare() { ApiExtractor/clangparser/compilersupport.cpp || die CPP="${_CPP_old}" - cmake-utils_src_prepare + cmake_src_prepare } src_configure() { @@ -120,22 +120,22 @@ src_configure() { -DUSE_PYTHON_VERSION="${EPYTHON#python}" ) # CMakeLists.txt expects LLVM_INSTALL_DIR as an environment variable. - LLVM_INSTALL_DIR="$(get_llvm_prefix)" cmake-utils_src_configure + LLVM_INSTALL_DIR="$(get_llvm_prefix)" cmake_src_configure } python_foreach_impl shiboken2_configure } src_compile() { - python_foreach_impl cmake-utils_src_compile + python_foreach_impl cmake_src_compile } src_test() { - python_foreach_impl cmake-utils_src_test + python_foreach_impl cmake_src_test } src_install() { shiboken2_install() { - cmake-utils_src_install + cmake_src_install python_optimize # Uniquify the "shiboken2" executable for the current Python target, |
