mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
dev-python/standardwebhooks: new package, add 1.0.1
Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
2
dev-python/standardwebhooks/Manifest
Normal file
2
dev-python/standardwebhooks/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST standardwebhooks-1.0.1.tar.gz 5103 BLAKE2B f9859cf581b19f655f1cac27f3ba2b7d746e313447da1f9af0e98c00e551c547c07c256469626a3f46463b39cc091d46c5c35dc7c21e02349a50b6954fb4a98c SHA512 5b96701260b1597664b2d3a09efa366a7c4cdbc759873be327e35a1525a0940a0fe1dacfee87dfbbbdb2361cf0a218122e84bb937efc4413568b9e29b3f4a998
|
||||
DIST standardwebhooks-1.0.1.tar.gz.provenance 9930 BLAKE2B f47ce7b47e9eb011ccc89a8b160d2fa5e8f178601833b8d00d502c2dc91596269254659a3221014782188d70ef897b60b2e2caef6a9aaeb8edd505517935b5cb SHA512 4209dc85c9db300a87099089ee176c4a51d691ce8329f4364f262ecf90d6090b8f0de723d8484d38c3e2471fb2d293cdf3ea4176ee59b2a4c809c1097780d61d
|
||||
12
dev-python/standardwebhooks/metadata.xml
Normal file
12
dev-python/standardwebhooks/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>falbrechtskirchinger@gmail.com</email>
|
||||
<name>Florian Albrechtskirchinger</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">standardwebhooks</remote-id>
|
||||
<remote-id type="github">standard-webhooks/standard-webhooks</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
23
dev-python/standardwebhooks/standardwebhooks-1.0.1.ebuild
Normal file
23
dev-python/standardwebhooks/standardwebhooks-1.0.1.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_VERIFY_REPO=https://github.com/standard-webhooks/standard-webhooks
|
||||
PYTHON_COMPAT=( python3_{12..15} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Standard Webhooks"
|
||||
HOMEPAGE="
|
||||
https://github.com/standard-webhooks/standard-webhooks
|
||||
https://pypi.org/project/standardwebhooks/
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user