diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/wtf-peewee | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/wtf-peewee')
-rw-r--r-- | dev-python/wtf-peewee/Manifest | 4 | ||||
-rw-r--r-- | dev-python/wtf-peewee/wtf-peewee-0.2.6.ebuild | 30 | ||||
-rw-r--r-- | dev-python/wtf-peewee/wtf-peewee-3.0.0.ebuild | 4 |
3 files changed, 3 insertions, 35 deletions
diff --git a/dev-python/wtf-peewee/Manifest b/dev-python/wtf-peewee/Manifest index f2fb0604fbe5..7d33590d601b 100644 --- a/dev-python/wtf-peewee/Manifest +++ b/dev-python/wtf-peewee/Manifest @@ -1,5 +1,3 @@ -DIST wtf-peewee-0.2.6.tar.gz 61072 BLAKE2B 92069d6df08301e48ab38da1fadd0b63f16dc1cda441bc10afbb423f0c08d040817a3b24e9faf2931f38493a5b48e941cc869f64f8f566679f107c7f51c79861 SHA512 073973e1dbec17fb3b036447e5150d5de36aeb47c697878e4e97abec4de53a77275278000f4dc982bc1aa1a76736f5a15053d583ab04316c568085973025f833 DIST wtf-peewee-3.0.0.tar.gz 61500 BLAKE2B 6e80bed253b86d2be6dd26342ae3bb3845354c3736bc5869338a2aec30fe24f2b83bfaa678188eaeb05d128cd9519fe0b99dfad2883efa7b7c5654abbd3524f7 SHA512 248bb39fb6b23006f87860982a249df2c7501f1cb2a9d86ef79d909fb41a0b79f61fcd19a504498587480812c7c2feb74e2a97f2c5c2548845413866ca60e053 -EBUILD wtf-peewee-0.2.6.ebuild 783 BLAKE2B 5957b1aa589f5543105188ffdf9ab27caf3b725e874d94aae2ebd13cbfc1b24b8f0b9149676311d2246e088aebf18fec8c04301617eb01d29ae268e562feec1a SHA512 818e3d2cadc595b245c9296ebbf4960544adc15e19e1412cee95c431b6ff2459aee2e58e3e04eadb66a0057e9fb9fb067f4e3fb1e093f957db2aa58465690bb6 -EBUILD wtf-peewee-3.0.0.ebuild 781 BLAKE2B 0f0176bac7b8f9f1487fc0e5a1b5168afb0cb863545a69a714185f344d096c177a814cd6dadbfbf24ce996553ab472e0299896a9078efb58ce379e57a03faed2 SHA512 2d76aaac6c8d8d5836cabb71f75260d24d68f6da6dc697b3bffdcb630e25537e32caf395006b90e8e96d1f3528dbb4beab53491e1e58667c147e8e86b47a15de +EBUILD wtf-peewee-3.0.0.ebuild 777 BLAKE2B dccbbc23ee86bd017ce4d57bdd304815e852aa648d211d05d1491d4dd459731076be4d77c38ebf7edc523a5484595401d652556c216d7fa308352e868f0a9957 SHA512 f46862b929465d8c3e032c6dc8b0295c3b6d8865fa648b0f24838515c2b5f39315f0da90782dbecbc2ae8e7a36be74040d86a7b8bdf8ed81810d5ff9adcfe441 MISC metadata.xml 334 BLAKE2B 9fbc878030dc5018305e9d5b0e9d18684c044faf4e8e4ef4826671ebe6e8fd909d019b86c96f90f18382416ad66f3f16e6e5081ee1cf013b7fdcf7ee4dd958ca SHA512 cf2d8a659c3cb78ada57d97b9bf4acdd1e7eb7324ba38ffa7ff09ed6e5863aa5633d06231cceb3b5741ff57d37b26804672cf06ba531bee3574539f472ec9a43 diff --git a/dev-python/wtf-peewee/wtf-peewee-0.2.6.ebuild b/dev-python/wtf-peewee/wtf-peewee-0.2.6.ebuild deleted file mode 100644 index 09df137ad8bf..000000000000 --- a/dev-python/wtf-peewee/wtf-peewee-0.2.6.ebuild +++ /dev/null @@ -1,30 +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 ) - -inherit distutils-r1 - -DESCRIPTION="WTForms integration for peewee models" -HOMEPAGE="https://github.com/coleifer/wtf-peewee/" -SRC_URI="https://github.com/coleifer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples test" -RESTRICT="!test? ( test )" - -RDEPEND=">=dev-python/peewee-2.7.4[${PYTHON_USEDEP}] - dev-python/wtforms[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - "${PYTHON}" ./runtests.py || die "Testing failed with ${EPYTHON}" -} - -python_install_all() { - use examples && dodoc -r example - distutils-r1_python_install_all -} diff --git a/dev-python/wtf-peewee/wtf-peewee-3.0.0.ebuild b/dev-python/wtf-peewee/wtf-peewee-3.0.0.ebuild index 51b1dbdb04ed..3504def12ada 100644 --- a/dev-python/wtf-peewee/wtf-peewee-3.0.0.ebuild +++ b/dev-python/wtf-peewee/wtf-peewee-3.0.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_6 ) inherit distutils-r1 |