dev-python/pystow - 0.7.0 (tgbugs-overlay)

Search

Install

Install this version:

emerge -a =dev-python/pystow-0.7.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/pystow-0.7.0

Or alternatively:

emerge --autounmask-write -a =dev-python/pystow-0.7.0

Package Information

Description:
Easily pick a place to store data for your Python code.
Homepage:
https://pypi.org/project/pystow/ https://github.com/cthoyt/pystow
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.7.0 8 ~amd64 ~arm ~arm64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=hatchling
DISTUTILS_UPSTREAM_PEP517=hatchling
PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )

inherit pypi distutils-r1

DESCRIPTION="Easily pick a place to store data for your Python code."
HOMEPAGE="
	https://pypi.org/project/pystow/
	https://github.com/cthoyt/pystow
"

# pypi tarballs are missing test data
SRC_URI="
	https://github.com/cthoyt/${PN}/archive/v${PV}.tar.gz
		-> ${P}.gh.tar.gz
"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"

RDEPEND="
	dev-python/click[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	dev-python/tqdm[${PYTHON_USEDEP}]
	$(python_gen_cond_dep '
		dev-python/typing-extensions[${PYTHON_USEDEP}]
	' 3.10 pypy3 pypy3_11)
	test? (
		dev-python/requests-file[${PYTHON_USEDEP}]
	)
"

distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/click[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	dev-python/tqdm[${PYTHON_USEDEP}]
	$(python_gen_cond_dep '
		dev-python/typing-extensions[${PYTHON_USEDEP}]
	' 3.10 pypy3 pypy3_11)
	test? (
		dev-python/requests-file[${PYTHON_USEDEP}]
	)

Manifest for 0.7.0

Type File Size Source URLs
DIST pystow-0.7.0.gh.tar.gz 63607 bytes https://github.com/cthoyt/pystow/archive/v0.7.0.tar.gz