dev-python/motionblinds: drop olds, change SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
DIST motionblinds-0.6.13.tar.gz 23992 BLAKE2B 64eda5a528cae43f126ef9574b8de1f76f8005f0fcdd17c8bbde2dcff8feb95ab6ad25909f40562fc7bcd70450a636df1234568801b269ddafea12a81bf8939e SHA512 1ce18ac8548ff907cc9b845a50f8153590d581c7543af8f6fdb858d955effa0370af72b6632004137619e3e9774c7aac586ba31b3b1cf89b6b3abccba4ab7a6c
|
||||
DIST motionblinds-0.6.15.tar.gz 24215 BLAKE2B 84c4e0e84c2804274aca064c9958241997b5a29d489e0aa290f5837de8603eb9be34835ff1a105e8852517d0eeee29c63a90d8b45dba90e3025949f389f2b0d3 SHA512 ad9e7534e5ffe2d69e8fa03e178dc5f70d88816e5ad776a1257159975356f5f1d400a750ca3c0851e8e6b644231dddf0e412dcc1a07e1b66245d1e29acbe6c3f
|
||||
DIST motionblinds-0.6.17.tar.gz 24373 BLAKE2B 4bd2f0d2d8a1ed2156ccf80d5dbfdcb189f2c3c2c1a2406e80138dfb7f7ee4af986f07daf1b2ee466651d08b20df3794a099dfc2453be2b3adb3e4ae27ca66bb SHA512 211aecfa46bb2e0634eba3f88b84152d51a31a7293a5354758cdec28a21345bab80f8b8e21d3b30f21da78c2d97e0d44d9ab22becf83a8299acf5ce83d80d24f
|
||||
EBUILD motionblinds-0.6.13.ebuild 721 BLAKE2B 058417e51b67d82d2f69e11f151963b0c7a52a1d6d46f842e35c38298fae12d3a3e3b816659a81095defc23ae24e8fbb420167bfa32f23679d2a2d2807248256 SHA512 9d3e43f168333b026733ad2992406baf021b3feed05afe8d5cff14899645ebf047a0fd13dde7ef1712dbc53f148cd5465f314e535b55e19cd4e1acd92bc4a380
|
||||
EBUILD motionblinds-0.6.15.ebuild 752 BLAKE2B 9571f939121e23ab1aa55a486954e60de2c123a5058a5b65aedbf922bda54daab2440eb6b2e2e9bcf2df0f8f08acf4e58721d29e0f8f9751c5d6fb7a96da3d49 SHA512 2321d4cf0b6fe67adab68050df2af6f1b5e4818202b6f6610f2d63d29d6a114a1e4249df45c3e1463a0ae924a8c620cb3b4e022d50eaba45d0604029ae3e844d
|
||||
EBUILD motionblinds-0.6.17.ebuild 560 BLAKE2B 49bc1de3615a4aff5e79f8d8c10702efb5da0c6675aaf288c8941c4b754478b42c43d4f2ceae959fb3ca1b8c6c03ead644cfa7ef47c5db507fbe564f10447776 SHA512 901cc50440489fa457d937249c874ce943503d9f568331f4d51ae459d63ac560f8108072178192ecdfdfa32b243155afe537d742a0f484c03e0344167ff80e5b
|
||||
EBUILD motionblinds-0.6.17.ebuild 533 BLAKE2B e234da16f4406c51d3fa0f60a0691e5feccc227460a0850d140816a721f5e80f1550ffd8ee5b38fd29ca4bd2126b699aa83cf422f778651417a9a48794aee7be SHA512 e464a85297c1150e7b7ed3d1fbc89f6513c5d5516c8d710ac958c28324522a74b12a8c7a87db5839d5d58538ff61ebee4618fc098e32cbd84388639fbea492dd
|
||||
MISC metadata.xml 528 BLAKE2B a04fc2954b712b8fe9de0022bc46074596d620a1530de3617ad5eb428d488f348dd77a4ec3da29feaedf8de98a68e041e8c9a12f8acc52663b61def2f740f599 SHA512 7c6f51f287c50864f7423e0ba438fa0ed32ca902987b3747654a6bb480fdbc4bd867628c4b0410feb91e83b3a54a573a141c1c4e4a103f6590e059da8fc57e12
|
||||
|
||||
@@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python library for interfacing with Motion Blinds"
|
||||
HOMEPAGE="https://github.com/starkillerOG/motion-blinds https://pypi.org/project/motionblinds/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/pycryptodomex[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python library for interfacing with Motion Blinds"
|
||||
HOMEPAGE="https://github.com/starkillerOG/motion-blinds https://pypi.org/project/motionblinds/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/pycryptodomex[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -3,13 +3,12 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Python library for interfacing with Motion Blinds"
|
||||
HOMEPAGE="https://github.com/starkillerOG/motion-blinds https://pypi.org/project/motionblinds/"
|
||||
SRC_URI="$(pypi_sdist_url)"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user