bump mill-local-0.2.0

This commit is contained in:
2022-10-06 00:39:03 +02:00
committed by Andreas Billmeier
parent f5e1781c80
commit 73553ffca8
3 changed files with 14 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
DIST mill-local-0.1.0.tar.gz 4836 BLAKE2B cd8e736e59d69ea387943976dc28f1b501a3ea57b20872ec3ff1ba8eb102c9efa0640dbfb5c129ffbe6e4e29138c01e54ed146c654fb23fd2e5c83a3e631918a SHA512 d73836c5297f3405ef5f51a9dfc6cb8285feadeb17ccb3bc1596e155910294e8e26660e8faa846c25782070b05f4120639b4dd04a3e2b790f3ae5700662d331c
DIST mill-local-0.1.1.tar.gz 4858 BLAKE2B c2507f366511d9ee313a6f10f5f81cd93ad32cc79a43ddb0a9809701658109ebba266408b649e9253888d8282083e6139df3dd65e7fad4516977e2900eca57a7 SHA512 7e0c5814c8ad5ecee93f5e51e85a9b549b3aaa43844dd0b7167befc938960048120f71a10e893a86ef6d5ace6437dfa32628f06e06d28001aed0a4de929ce1a2
EBUILD mill-local-0.1.0.ebuild 900 BLAKE2B 7974dd83da2c2a63d1b6697dc4873dc4d5c685209e7eabb858cc13350de40c20bd9c4705fa51dbc0ddfc38c388d6d98e99f529ec2592fcde6eeff75e340a0410 SHA512 5f2697a61d9b8a7a70ed1181e900ebefd28b8570ab1499dee88d8f5a79492c256d0a7a2439cabeb82bde7565061534183257b55d69ae13c077a69e5515829d4d
EBUILD mill-local-0.1.1.ebuild 909 BLAKE2B 7bc3fe64390de870474124c6742d957254aaaecaf51352ad1eb673a74bf70637852bbe03694ae996669dddc4ae5c0edf17e37769a8e993bb9acfca646b321ba5 SHA512 871525e39ea4371616cb05ace82833ac7fb935d716271f0eb4b9bb198602d90ecadbc719c2e18d40e24ba1da412dc15ff161e9081d06f7c5ab129530895cae4b
DIST mill-local-0.1.1.gh.tar.gz 4858 BLAKE2B c2507f366511d9ee313a6f10f5f81cd93ad32cc79a43ddb0a9809701658109ebba266408b649e9253888d8282083e6139df3dd65e7fad4516977e2900eca57a7 SHA512 7e0c5814c8ad5ecee93f5e51e85a9b549b3aaa43844dd0b7167befc938960048120f71a10e893a86ef6d5ace6437dfa32628f06e06d28001aed0a4de929ce1a2
DIST mill-local-0.2.0.gh.tar.gz 4795 BLAKE2B 891ee51e66d289ed7fb7f4c6989113ca2deb4d710d8fbbf7ce0a20d3cec9614b06ea974319ac0d8e3e7948e7a02e4f5fc81ee6517f01ba8bf4c37ad338e3ad87 SHA512 4839fe4afd2bac23b1c10622f861a5ea93a574f88f28e7b2620546c036b9f3f99fc77e88a2ba311840540d4952bc650c7ccac298186313ffa7105773ef44d26f
EBUILD mill-local-0.1.1.ebuild 884 BLAKE2B c9dd3b8f9bcedefe78e50e9a7d13b851f5a122066cc60545a57ff49825d57ad2d537523021813bbba2d681747a3e10d95ff7e0f056312b927f68baf72e869956 SHA512 399ffbbdd9e44029a79a29aa242af8c13ecfaedd96d005ddcbfb7b6caa975243d38ab7cda9ff5f68fae363803b448be9ac11ad0513293a5432cfc66c24ea57d1
EBUILD mill-local-0.2.0.ebuild 915 BLAKE2B 98ca3ba0905af544f31fc2fafa7d19ba048eba3a9c5428f18e675352a2311f2cdc92d409a926293acd8d8689a1305a45ebd7a8dfd01f01bb7993cd984dbe2ed4 SHA512 f15c33750a183dd5bdc77ba62d7c8ef833ffdb3e7658aec12c69470808e30df3e8c6a84e9362c3ec3991bd3d2a0e5f35d882f038f7445f8d74660153ee433457
MISC metadata.xml 460 BLAKE2B d2ebf9326dcabd74068e5f4f38f9e80efdca24809c1bab757bee431aeda6a3c7614ae8663dab77446059c81220c3f90b4e777d66173db8f3eea7bc43f3ad4b4a SHA512 da1549b1362e5f36c8c6e61bec80eda94d5ef887edb95b6291062aee19a1b1e6fcb5f918ea0c0ccd6983ec1950c020c00acc1f9094b2a88296b49b7022b343f4

View File

@@ -3,19 +3,19 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="A python3 library to communicate with Mill"
HOMEPAGE="https://github.com/Danielhiversen/pyMillLocal https://pypi.org/project/mill-local/"
MY_PN="pyMillLocal"
SRC_URI="https://github.com/Danielhiversen/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/Danielhiversen/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"

View File

@@ -1,25 +1,25 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="A python3 library to communicate with Mill"
HOMEPAGE="https://github.com/Danielhiversen/pyMillLocal https://pypi.org/project/mill-local/"
MY_PN="pyMillLocal"
SRC_URI="https://github.com/Danielhiversen/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/Danielhiversen/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS=""
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/async-timeout[${PYTHON_USEDEP}]"
@@ -34,3 +34,5 @@ python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest