magic-filer: drop 1.0.8

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-06-29 12:32:04 -04:00
parent 61528b2acf
commit 08ce2dc504
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 0 additions and 24 deletions

View file

@ -1,2 +1 @@
DIST magic-filter-1.0.8.tar.gz 5166 BLAKE2B 58d1077e34103c39cd52b27da024eb54a3fcd46c95f4cdcb8f4bbfced640016c47bbdba8c2ccf5c7c955ad886128ef76ad9516e523f728f2eacb8e38bc3aaae6 SHA512 953d7cd579688fce40ad095377db7b782a399f0489bd4dfeac9e307fbc2147cb45216ae1af3da5baeb292e1fd44efe3e183b7dc02d975fd371bfb077dc1c973e
DIST magic-filter-1.0.9.tar.gz 5232 BLAKE2B 30dec7d9501e7239f2bcc81a384421dd2bac4c63a97d568ff11c8e2c787dc58e7ffb732d765d625089f685a96902a2ec6c43c8e072817ba0a81526322e5990f6 SHA512 466aef8242cd5c8b12f33e974c3246e2ee52cea86d39e82a32a6df26d0fa08097d6f4ece5956495eef66dec77bf7a2a78bde58dc7bdc26a8801b3cb571da400f

View file

@ -1,23 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
#https://projects.gentoo.org/python/guide/distutils.html#pep-517-build-systems
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
DESCRIPTION="Magic filter based on dynamic attribute getter"
HOMEPAGE="https://github.com/aiogram/magic-filter/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE=""
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"