dev-python/pysml: rework, remove olds
This commit is contained in:
@@ -538,11 +538,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 1917 Ebuilds in total, 1910 of them have in total 1922 (35 different) licenses assigned.
|
||||
There are 1916 Ebuilds in total, 1909 of them have in total 1921 (35 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1160|
|
||||
|MIT|1159|
|
||||
|Apache-2.0|358|
|
||||
|GPL-3|122|
|
||||
|BSD|106|
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
DIST pysml-0.0.7.tar.gz 12021 BLAKE2B e62cc003cfd792bd152894c0a580fa249baf0ecec58ea3b95a558b300612bc0d15a863126f6171f642d73f236da80c4f603ebd911917be3b212b9f3125767d70 SHA512 9e25b10f421d186e4e954a4afa0f781fab011a14e2210b675400c96754f0858172b5c0c96e672eacdf1ee7fff772f357a7a841fafd57b5cd2a86a0709a2757d8
|
||||
DIST pysml-0.0.8.tar.gz 11171 BLAKE2B 5c68d1b7ea37fc05d5a736fc9a173648bceaf5596777036406cb587c114f3e6edf3e74944cfa1a8ed5d7f3af945a364662d1dbe119675292d03caceeb882bac6 SHA512 ede228b1925381f6f7562605654d6179b187f012a537138963886ac68b3525e63ef18a0dc11a789a654a2604e1774f49502f59162a2208e6c0f90f43b304dd25
|
||||
EBUILD pysml-0.0.7-r1.ebuild 916 BLAKE2B d6a18445b042bf891ca7fe61127cac68152e1af85273a1c65cde4d38bc101b35739bdb795fc1eb1cb622ec9bad40cc82352d052ca4fade3a0ab5a3f74b1793d8 SHA512 cb9a03450b6cee616853b383c01eb61cef28f870b89be4c7116fa739fc2c4e84efd2b78a99ebda2350958412433556252ebf7a0a83cd619d6f60cfd1affb646f
|
||||
EBUILD pysml-0.0.8.ebuild 916 BLAKE2B d6a18445b042bf891ca7fe61127cac68152e1af85273a1c65cde4d38bc101b35739bdb795fc1eb1cb622ec9bad40cc82352d052ca4fade3a0ab5a3f74b1793d8 SHA512 cb9a03450b6cee616853b383c01eb61cef28f870b89be4c7116fa739fc2c4e84efd2b78a99ebda2350958412433556252ebf7a0a83cd619d6f60cfd1affb646f
|
||||
DIST pysml-0.0.8.tar.gz 12103 BLAKE2B 9fee8c11784c8f1877757b9107f8e7cdfd941e478f3c9f6430c7db28a2de5a9d5f93ac0bac31ee6d0c890fa274abcc5376e9903a4154bd15eba9ef4403c170af SHA512 757daf9babb804ea1a7c7eaa35b18ce1c65cba2f1854dde83c3588b5a2f2f9020cd2b3467eef49c0f011840e78aa2c5d29ed0733b9b18b1e99eb212bc3f79dd7
|
||||
EBUILD pysml-0.0.8.ebuild 916 BLAKE2B 1c2dd733083e9255e21c982b39f42d47c17b62e5ac844801273bd217c899ef1e0bd0007cbaad73229dabbfc0bdfaecd02eb4426651a986d5c05b148498fdad89 SHA512 543aaa8bcdcc1d322bfc56b856b713706fdd819ad8dd2639fa2dd6269f45841db60dabe8e4b68e974c303a08dac90a6d34acc12ac018bf1934855ec4b3afa2f5
|
||||
MISC metadata.xml 451 BLAKE2B 8694da1141d00a3ea62fb4594140b261b139732aa395a5d590f8529d06ce669b1ba5ada592ab7a35897cf342108f71d8772675ed75f5562d8faf0c97893c83c0 SHA512 d8e17297738d05e8491db24c1538e47cd63fc809fb39745d2b20f782e16e11737093ce24285fcba734bdeddf5eca249dcb52621398da30913a07e651fc887aea
|
||||
|
||||
@@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python library for EDL21 smart meters using Smart Message Language (SML)"
|
||||
HOMEPAGE="https://github.com/mtdcr/pysml https://pypi.org/project/pysml/"
|
||||
SRC_URI="https://github.com/mtdcr/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/async-timeout-4.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/bitstring-3.1.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyserial-asyncio-0.6[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
Reference in New Issue
Block a user