dev-python/playsound - 1.2.2 (pentoo)

Search

Install

Install this version:

emerge -a =dev-python/playsound-1.2.2

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

autounmask =dev-python/playsound-1.2.2

Or alternatively:

emerge --autounmask-write -a =dev-python/playsound-1.2.2

Package Information

Description:
Single function module with no dependencies for playing sounds
Homepage:
https://github.com/TaylorSMarks/playsound/
License:
MIT

Ebuild Details

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

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )

inherit distutils-r1

DESCRIPTION="Single function module with no dependencies for playing sounds"
HOMEPAGE="https://github.com/TaylorSMarks/playsound/"
HASH_COMMIT="907f1fe73375a2156f7e0900c4b42c0a60fa1d00"
SRC_URI="https://github.com/TaylorSMarks/playsound/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

RDEPEND=""
DEPEND="${RDEPEND}
	dev-python/setuptools[${PYTHON_USEDEP}]"

S="${WORKDIR}/${PN}-${HASH_COMMIT}"

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/playsound | euse -E <flag> -p dev-python/playsound | euse -D <flag> -p dev-python/playsound

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	dev-python/setuptools[]

Manifest for 1.2.2

Type File Size Source URLs
DIST playsound-1.2.2.tar.gz 4824 bytes https://github.com/TaylorSMarks/playsound/archive/907f1fe73375a2156f7e0900c4b42c0a60fa1d00.tar.gz