From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1236234-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E84AA13835A for <garchives@archives.gentoo.org>; Thu, 31 Dec 2020 06:07:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2A39E0884; Thu, 31 Dec 2020 06:07:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 013C4E0882 for <gentoo-commits@lists.gentoo.org>; Thu, 31 Dec 2020 06:07:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D689B340DED for <gentoo-commits@lists.gentoo.org>; Thu, 31 Dec 2020 06:07:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49B9A487 for <gentoo-commits@lists.gentoo.org>; Thu, 31 Dec 2020 06:07:50 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1609394865.6bb48740093e11108aa2a0d1718d718a68cbcc0a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/peewee/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/peewee/Manifest dev-python/peewee/peewee-3.14.0.ebuild X-VCS-Directories: dev-python/peewee/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6bb48740093e11108aa2a0d1718d718a68cbcc0a X-VCS-Branch: master Date: Thu, 31 Dec 2020 06:07:50 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8106122e-69c0-42e4-b537-a9db5bd59968 X-Archives-Hash: 80e4590f39fe5fdef74398c45e6b5379 commit: 6bb48740093e11108aa2a0d1718d718a68cbcc0a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Dec 31 05:58:34 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Dec 31 06:07:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bb48740 dev-python/peewee: bump to 3.14.0 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/peewee/Manifest | 1 + dev-python/peewee/peewee-3.14.0.ebuild | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/dev-python/peewee/Manifest b/dev-python/peewee/Manifest index 770386da5c0..59cbae45c29 100644 --- a/dev-python/peewee/Manifest +++ b/dev-python/peewee/Manifest @@ -1 +1,2 @@ DIST peewee-3.13.2.tar.gz 871323 BLAKE2B 18fd9729ddd6ce3fe4a6963b697815d44e91b5078ba0b868e6b4f24f4cec9c5b01239d7f414f4f8c0871d3dc6bd5e0e37e218c9438cf1f7461bf729cb74049e4 SHA512 7304473f8e64df7cb2205900cfbdd52346d89e9639dc79ed6e13d5c4c11cc856e39e366772039097dc5ca86b4768fa4670dccd96a85cabfb522c463b31c40a8b +DIST peewee-3.14.0.tar.gz 877299 BLAKE2B 25d0027354258c3b2a4db0765f8dac23527816c24afdaf20252e244cfec383a4ae4f10a29ea0f801d5c38406f8c17bcc6fef881b4bce96ed45920a8865868e80 SHA512 083bb24952a6d05cd6c8376e185e050df0ab5b37bc553241128b0ed3b0ebdd322d9626c32943658324d413cff8ab0bb2ddf6c84d99a0fbe057c0e5c8ec93d7f9 diff --git a/dev-python/peewee/peewee-3.14.0.ebuild b/dev-python/peewee/peewee-3.14.0.ebuild new file mode 100644 index 00000000000..ef29b62487d --- /dev/null +++ b/dev-python/peewee/peewee-3.14.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_REQ_USE="sqlite" + +inherit distutils-r1 + +DESCRIPTION="Small Python ORM" +HOMEPAGE="https://github.com/coleifer/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 )" + +BDEPEND="test? ( dev-python/psycopg[${PYTHON_USEDEP}] )" +DEPEND="dev-python/cython[${PYTHON_USEDEP}]" + +distutils_enable_sphinx docs + +python_test() { + "${EPYTHON}" ./runtests.py || die "tests failed under ${EPYTHON}" +} + +python_install_all() { + use examples && DOCS=( examples/ ) + distutils-r1_python_install_all +}