add atomicwrites-homeassistant-1.4.1
This commit is contained in:
3
dev-python/atomicwrites-homeassistant/Manifest
Normal file
3
dev-python/atomicwrites-homeassistant/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST atomicwrites-homeassistant-1.4.1.tar.gz 12223 BLAKE2B a548e48d71bc5bb3e652eb5f7824d5e9a92b7f9ebd454d2e398e94b68a5a476b42f7baf0ecf0fafd83bb2870e2de428c7424f2e9f932f358d7ea12349763d86b SHA512 640275805114ff5dd4ef5e664a87f5aaa7e583f39d056d52bde7a8eb77a060e963e83f279ad400ac6bd9971355bd9587a5e951bb9289dcfc03ae90f2b9339050
|
||||
EBUILD atomicwrites-homeassistant-1.4.1.ebuild 583 BLAKE2B c47467a54e1d5d54f81baf37dec6fb0bb5d66711ae635da4cab79b30bca586039b9cfdce13517a3d5423f794f618204a482956ff63efca32a4cc36c92276b024 SHA512 33de8912ee44add40e56815ca7873e9446f2660d3e7674a2e9a9115d301abdc59116fb85781ed7d1f61736c69f0e01beac40d64bbc57f2b827f0123327847f12
|
||||
MISC metadata.xml 483 BLAKE2B 12fcdcfb7c4760aff92c211ae9bf49fa1ce8e5f2193c07b26094f2bde13373e1334b1fa4ed7318788f933795aa07eb15ec454527937090fb54f5460c809b1c77 SHA512 1560779fed2820fb89e007e1cc6adf5624daa9565f52627139b70c5dc634ae421479e7009b69d23d4b77096479986a66fa377b563b66ed22cf8b575288c2f5c5
|
||||
@@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Atomic file writes"
|
||||
HOMEPAGE="https://github.com/untitaker/python-atomicwrites/ https://pypi.org/project/atomicwrites/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
|
||||
DEPEND="!dev-python/atomicwrites[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
|
||||
15
dev-python/atomicwrites-homeassistant/metadata.xml
Normal file
15
dev-python/atomicwrites-homeassistant/metadata.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">atomicwrites-homeassistant</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>markus@unterwaditzer.net</email>
|
||||
<name>Markus Unterwaditzer</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user