dev-python/usort: treeclean masked

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-07-18 03:33:03 +05:00
parent 20bd22103f
commit 8c4a225db6
4 changed files with 0 additions and 52 deletions

View File

@@ -1 +0,0 @@
DIST usort-1.0.2.tar.gz 78068 BLAKE2B f53b7e70d707a569e8c9bb954022ea50ca133e04a6ef3674dadc0e6d78298e005035ee7e63ec349a567493802ec662026b366ebdb508d84da1862adfa9cefc2c SHA512 e950db4c61a14af55a0a39b8a799a2980cc0b2e731dd27b59ee0b345af6102db870d57118dfec94f6a89fbdbf0cdf5df5eb870d0cad657f99487fb21341dc4aa

View File

@@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>telans@posteo.de</email>
<name>James Beddek</name>
</maintainer>
<upstream>
<remote-id type="github">facebookexperimental/usort</remote-id>
<remote-id type="pypi">usort</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,34 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_10 ) # python3_11 depends on dev-python/libcst
inherit distutils-r1 pypi
DESCRIPTION="Safe, minimal import sorting for Python projects"
HOMEPAGE="https://github.com/facebookexperimental/usort/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]
dev-python/libcst[${PYTHON_USEDEP}]
dev-python/stdlibs[${PYTHON_USEDEP}]
dev-python/moreorless[${PYTHON_USEDEP}]
dev-python/toml[${PYTHON_USEDEP}]
dev-python/trailrunner[${PYTHON_USEDEP}]
"
DEPEND="
${RDEPEND}
test? ( dev-python/volatile[${PYTHON_USEDEP}] )
"
distutils_enable_tests unittest