dev-python/acciaccatura - 0.1 (imperium)

Search

Install

Install this version:

emerge -a =dev-python/acciaccatura-0.1

Package Information

Description:
Collection of general-purpose libraries
Homepage:
https://gitlab.com/HansvonHohenstaufen/acciaccatura
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.1 8 amd64 0
View Raw Ebuild
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_14 )

MY_P=python-${P}

inherit distutils-r1

DESCRIPTION="Collection of general-purpose libraries"
HOMEPAGE="https://gitlab.com/HansvonHohenstaufen/acciaccatura"
SRC_URI="
	https://gitlab.com/HansvonHohenstaufen/acciaccatura/-/archive/v0.1/acciaccatura-v0.1.tar.gz
		-> ${MY_P}.tar.gz
"

S="${WORKDIR}/acciaccatura-v0.1"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64"
RESTRICT="mirror"

DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

Inherited Eclasses

Manifest for 0.1

Type File Size Source URLs
DIST python-acciaccatura-0.1.tar.gz 14537 bytes https://gitlab.com/HansvonHohenstaufen/acciaccatura/-/archive/v0.1/acciaccatura-v0.1.tar.gz