dev-python/atomicwrites-homeassistant: new package, add 1.4.1
Closes: #3970 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
42279c200f
commit
c8540ed6f8
@ -606,11 +606,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
|
||||
|
||||
## Licenses
|
||||
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
|
||||
There are 2253 Ebuilds in total, 2239 of them have in total 2277 (42 different) licenses assigned.
|
||||
There are 2254 Ebuilds in total, 2240 of them have in total 2278 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1278|
|
||||
|MIT|1279|
|
||||
|Apache-2.0|522|
|
||||
|GPL-3|143|
|
||||
|BSD|123|
|
||||
|
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 518 BLAKE2B d5a940aeb74472e104265aca1ad212c93e8a348429961fe4fb0ce55d57647eb411ff2bd2e9c152785a4eaca37bdc02b7dfda969d496a32780da2290a824cbc7b SHA512 9c0835b1c371e785fe9c27b74e28732d37a9eea708e55cefea9f71eb3172c51d48fe8e57dd2a3ef847f4e31819d0a360d6ca93518a82ed550e4a83a0b4167085
|
||||
MISC metadata.xml 554 BLAKE2B ff45dc3c83e9a63bbb3ab130fa20f5194983de54e00d18aff3ce4d9f44ae6eb766fc8fcb14f6bf3e9e125a1de4abb75e3db8aebca70f866c9f7ed8ce64f65f02 SHA512 6d64092ef9e3e78e74ba5eaaa4cd47ac559a189584c82c2cf5f3761ac2204b608804866ca16e296d5473265a3c93a38e719e4360ba4b3a7ed45566f0299da1bb
|
@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Atomic file writes."
|
||||
HOMEPAGE="https://github.com/untitaker/python-atomicwrites https://pypi.org/project/atomicwrites-homeassistant/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
distutils_enable_tests pytest
|
16
dev-python/atomicwrites-homeassistant/metadata.xml
Normal file
16
dev-python/atomicwrites-homeassistant/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?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>
|
||||
<remote-id type="github">untitaker/python-atomicwrites</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>markus@unterwaditzer.net</email>
|
||||
<name>Markus Unterwaditzer</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user