]> git.bzium.org - embe/overlay.git/commitdiff
dev-python/jsonlines-4.0.0: bump main
authorMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Fri, 10 May 2024 10:21:43 +0000 (12:21 +0200)
committerMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Fri, 10 May 2024 10:21:43 +0000 (12:21 +0200)
dev-python/jsonlines/Manifest
dev-python/jsonlines/jsonlines-4.0.0.ebuild [moved from dev-python/jsonlines/jsonlines-3.0.0-r1.ebuild with 64% similarity]

index 589ad3f3cbdc52d496ed7ac1da9849228a565cb0..8121edc1f0d0e55b47843e692cd67685553ac214 100644 (file)
@@ -1 +1 @@
-DIST jsonlines-3.0.0.tar.gz 12464 BLAKE2B 5ff145d6ae2bb0f667b21bead18351a6a98fb0c60c6ddeab39d7acfa053a45dd447f358a2d42194d82fbc9677cf4297786c09ad8e9058b908a3512d9b111ed99 SHA512 0939e9654ec2ddf930fb1b3ef9dbdf675a481400519753a9f751f2b8874ca06c0bcfc76c256e7fc152b5ea265d9c895a9ef695d69cbab170a4e73d684c703505
+DIST jsonlines-4.0.0.tar.gz 13172 BLAKE2B 66c68591f2d04f290165a5245335700b6a8305607a16dde3cf759868ecc8aad116f7afea447684803c21692393835f97ca589b4ac519e8f7ddc459cf05d39e82 SHA512 d197163b4875dd5d30afdd8e5b9415d8faa3af2787bbecbc7a7f79aa28e775b2e119bffdf61699e132552af19ff97d6412fe83d328e4022acd920456addeb275
similarity index 64%
rename from dev-python/jsonlines/jsonlines-3.0.0-r1.ebuild
rename to dev-python/jsonlines/jsonlines-4.0.0.ebuild
index cb8939422b9d56c1998c140a0c997ed6b886f467..27c69635ca581ce5b9a55c1b805cab1e5985f79a 100644 (file)
@@ -1,19 +1,20 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
 inherit distutils-r1
 
 DESCRIPTION="Python library to simplify working with jsonlines and ndjson data"
 HOMEPAGE="https://github.com/wbolster/jsonlines"
-SRC_URI="https://github.com/wbolster/jsonlines/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/wbolster/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
+RDEPEND="dev-python/attrs[${PYTHON_USEDEP}]"
 
-distutils_enable_tests pytest
 distutils_enable_sphinx doc
+distutils_enable_tests pytest