URI:
       py-sonic-9999.ebuild - overlay - dark gentoo overlay
  HTML git clone https://git.drkhsh.at/overlay.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
       py-sonic-9999.ebuild (539B)
       ---
            1 # Copyright 1999-2022 Gentoo Authors
            2 # Distributed under the terms of the GNU General Public License v2
            3 
            4 EAPI=8
            5 
            6 DISTUTILS_USE_SETUPTOOLS=rdepend
            7 PYTHON_COMPAT=( python3_{10..12} )
            8 
            9 inherit distutils-r1
           10 
           11 DESCRIPTION="A python library to wrap the Subsonic REST API."
           12 HOMEPAGE="https://github.com/crustymonkey/py-sonic"
           13 SRC_URI="https://github.com/crustymonkey/py-sonic/archive/master.zip -> ${P}.zip"
           14 
           15 KEYWORDS="~amd64"
           16 LICENSE="BSD"
           17 SLOT="0"
           18 
           19 S="${WORKDIR}/${PN}-master"
           20 
           21 RDEPEND="
           22 "
           23 
           24 DEPEND="
           25         ${RDEPEND}
           26 "
           27 
           28 distutils_enable_tests pytest