From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5C769158094 for ; Sat, 25 Jun 2022 11:19:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87AC3E08EC; Sat, 25 Jun 2022 11:18:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6AB7CE08EC for ; Sat, 25 Jun 2022 11:18:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 870CA3417BF for ; Sat, 25 Jun 2022 11:18:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF033526 for ; Sat, 25 Jun 2022 11:18:46 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1656155922.e8107e87eac45bec2807f74df7896da56e078ae9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/trove-classifiers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/trove-classifiers/Manifest dev-python/trove-classifiers/metadata.xml dev-python/trove-classifiers/trove-classifiers-2022.6.23.ebuild X-VCS-Directories: dev-python/trove-classifiers/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e8107e87eac45bec2807f74df7896da56e078ae9 X-VCS-Branch: master Date: Sat, 25 Jun 2022 11:18:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b2129c7a-706e-4a83-b222-519dd30d49fd X-Archives-Hash: 347426ed905ee7e80824ef6504097189 commit: e8107e87eac45bec2807f74df7896da56e078ae9 Author: Michał Górny gentoo org> AuthorDate: Sat Jun 25 08:31:53 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 25 11:18:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8107e87 dev-python/trove-classifiers: New package, v2022.6.23 This was originally needed for validate-pyproject but that package is too bad to be included in Gentoo. Signed-off-by: Michał Górny gentoo.org> dev-python/trove-classifiers/Manifest | 1 + dev-python/trove-classifiers/metadata.xml | 11 +++++++ .../trove-classifiers-2022.6.23.ebuild | 34 ++++++++++++++++++++++ 3 files changed, 46 insertions(+) diff --git a/dev-python/trove-classifiers/Manifest b/dev-python/trove-classifiers/Manifest new file mode 100644 index 000000000000..ff70d51e74ac --- /dev/null +++ b/dev-python/trove-classifiers/Manifest @@ -0,0 +1 @@ +DIST trove-classifiers-2022.6.23.gh.tar.gz 14950 BLAKE2B 7203b8edb6f8a8886371a60f3c273b02b7fe045230a3a0c89a7282a896e513535a47fe06834fd6e33b98c480695b69be524dea1402f463f3c82fc80ddf8ac320 SHA512 c2c186b5d13f626a43f29a1eff6ebf2f17f8240af554f27ffdf05b506d428dd59582e7357a85b62f94714e024ae98ea216487726526639371c24c6b46b96df4e diff --git a/dev-python/trove-classifiers/metadata.xml b/dev-python/trove-classifiers/metadata.xml new file mode 100644 index 000000000000..210953a4e27e --- /dev/null +++ b/dev-python/trove-classifiers/metadata.xml @@ -0,0 +1,11 @@ + + + + + python@gentoo.org + + + pypa/trove-classifiers + trove-classifiers + + diff --git a/dev-python/trove-classifiers/trove-classifiers-2022.6.23.ebuild b/dev-python/trove-classifiers/trove-classifiers-2022.6.23.ebuild new file mode 100644 index 000000000000..964617661415 --- /dev/null +++ b/dev-python/trove-classifiers/trove-classifiers-2022.6.23.ebuild @@ -0,0 +1,34 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="Canonical source for classifiers on PyPI (pypi.org)" +HOMEPAGE=" + https://github.com/pypa/trove-classifiers/ + https://pypi.org/project/trove-classifiers/ +" +SRC_URI=" + https://github.com/pypa/trove-classifiers/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +BDEPEND=" + dev-python/calver[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest + +python_test() { + epytest + "${EPYTHON}" -m tests.lib || die +}