Skip to content

Commit 122df1f

Browse files
committed
dev-python/syrupy: add 4.6.0
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 3c421c5 commit 122df1f

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,12 +612,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
612612

613613
## Licenses
614614
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.
615-
There are 1761 Ebuilds in total, 1750 of them have in total 1771 (43 different) licenses assigned.
615+
There are 1762 Ebuilds in total, 1751 of them have in total 1772 (43 different) licenses assigned.
616616

617617
|License| Ebuilds using it|
618618
|-------|-----|
619619
|MIT|1029|
620-
|Apache-2.0|368|
620+
|Apache-2.0|369|
621621
|GPL-3|106|
622622
|BSD|100|
623623
|GPL-2|24|

dev-python/syrupy/Manifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
DIST syrupy-4.0.0.tar.gz 43525 BLAKE2B aed7c4ded95fd530a35c34c95826f8d263a268bf9ee3abdcc1921469a71714bf5e4b8a1306e381713728a058ef4ace47b52ae3017edb5dd9b9a77e2aa4e813ff SHA512 5c7ef04e71eaae03c3284ac2c0e3eb1bd48eb52258723d5b577282fe59df41dbf436d52e0a1a3df1e836d1682c10fc2322432fc31b30c3bbe978bd62cabc221e
22
DIST syrupy-4.5.0.tar.gz 47189 BLAKE2B dd8ba01d67f929995f781d809a957c98920bc00e1f170897053fe935af7077b1742077d9b595e6aa00d9726f76e6fe2dc939902035530ef3d77107d3372fc626 SHA512 f23fbd3d72227cb41614ec2b594879293545303cc63dca39f9216498de57e5a6157ffd6179ccfd554f9fe3ee03692c395f9b94acb9f1b1dcf6052031641c670c
3+
DIST syrupy-4.6.0.tar.gz 47394 BLAKE2B a265293904ac9fdd74a2778098448325177ddbdded9b01fb33fcb70f990ab2b138d7b98c69a5395b633ac8cb777148fb2a9b710490f56c98664c784ad4fc3bf3 SHA512 a5ec9face06fdd7d828a69e03260f47ade9440b033b688f14a6963da48fdbb4d2a1bc8108813c640d40fe459ad24b98c9e9f51cb4cc792e0c00a69388ab554db
34
EBUILD syrupy-4.0.0.ebuild 632 BLAKE2B 815206779e9fe5112b5c874ea6a744ea3c3cc8bd2bf620c57b99f5d760544cc006014188779adf01df16e3dc61f8f82cadc3343f81e42e3a0b58e4b8e92e8843 SHA512 2dffe9ad258ea129e56726cf98df05ccd26514f5e4f9d5601ba7edd9dabdcc8b296172635f5221aab1ef8cfa54596c93a758d2f3584e13a0325567f2c1c5cf97
45
EBUILD syrupy-4.5.0.ebuild 632 BLAKE2B 815206779e9fe5112b5c874ea6a744ea3c3cc8bd2bf620c57b99f5d760544cc006014188779adf01df16e3dc61f8f82cadc3343f81e42e3a0b58e4b8e92e8843 SHA512 2dffe9ad258ea129e56726cf98df05ccd26514f5e4f9d5601ba7edd9dabdcc8b296172635f5221aab1ef8cfa54596c93a758d2f3584e13a0325567f2c1c5cf97
6+
EBUILD syrupy-4.6.0.ebuild 527 BLAKE2B 3decdb1af1d9345b24874b34595e0c515c92e2af3ccb64a51c7e3758f95a1424c674e631271601487b4377a05aca22dcad68ea24e41adb7bb6a534563a6e18e8 SHA512 bd3f35761ac005791bc542a0427e3404a8c2535ebd7662c986688e06fae6f8164afea8d43889d5df042e9555d1e1b445545ca06b505a4351a503330639e3a0e3
57
MISC metadata.xml 514 BLAKE2B edd646046605909b6e8e244de7401190ac3ff7f927f6fa95af573fd0b249fad6fc47346473292f2d8fbb1999a8afa284131ae61d37dffb6f9abc8c06e88bcea3 SHA512 c5b12db4488d2ea0cacba9a1dd1b5f1dc3e3dc04fbfdcd8258cab1294c8d250ae96334c316a58f2f170133970158727c59980bb2bc660aa805f4d7a886505966

dev-python/syrupy/syrupy-4.6.0.ebuild

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Copyright 1999-2023 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{10..12} )
7+
DISTUTILS_USE_PEP517=poetry
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Pytest Snapshot Test Utility"
11+
HOMEPAGE="https://github.com/tophat/syrupy https://pypi.org/project/syrupy/"
12+
13+
LICENSE="Apache-2.0"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND=">=dev-python/pytest-7.0.0[${PYTHON_USEDEP}]"
22+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)