1
0
Fork 0

dev-python/easydict: treeclean

It was needed for sci-geosciences/osmapy, but that package no longer
exists.
This commit is contained in:
Ryan Fox 2022-12-11 23:12:00 -08:00
parent f4e8b186c8
commit 0aeddde2f5
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
3 changed files with 0 additions and 36 deletions

View File

@ -1,3 +0,0 @@
DIST easydict-1.9.tar.gz 5669 BLAKE2B aae08e4de5f05dbdfde1f65aa2fdcadb9c16df1e5ad6fadbecc2a5523974613da8f56fbc73515bb2b37e78d508a0441075aff13a25cc1993af8fc1944fea406f SHA512 4d26b95f3bf8bee910051f58407ef93aa23a3d1d9b95108771ffad37d1fa752f791539cb5d9eb4350eee07c7105c664ba3f9056b6d5469a55425cc6d435b2930
EBUILD easydict-1.9.ebuild 558 BLAKE2B 6b6bbbd0c7f20d65eaa175e76309e13a050edf1cb1721d8e25007053d015ff57db1c1aae09393f13aaac6898e9f70690a4ea19cb90f8166108b2d42874d53f15 SHA512 64170fe04a5d6058bd4be8cca969a5ba6b608262e25e67c770f97e2b3f9d0d07fa3c3ae4358e2fed7eabc1038257017414d14637ee78cefb3a48b0695897e173
MISC metadata.xml 236 BLAKE2B fdb34c66e3059efc0efb2328ffedb24c495be95dfeb68b7adcdf5ab1a88eee6788294d07ec032238de7d9127cffd50a1598b42aa8f99d3d11f54a761c79a9482 SHA512 43add4c2db3d06110521dea982cfcbddc98d63bb1e1b89952511654d54f09746e0d76ac1e0f0e70d2832357f44fe11fc4653500b856c7b29d05a55bb70535e80

View File

@ -1,25 +0,0 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
if [[ ${PV} != *9999* ]]; then
SRC_URI="https://github.com/makinacorpus/easydict/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
else
inherit git-r3
EGIT_REPO_URI="https://github.com/makinacorpus/easydict.git"
fi
DESCRIPTION="Access dict values as attributes"
HOMEPAGE="https://github.com/makinacorpus/easydict"
LICENSE="LGPL-3"
SLOT="0"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>flewkey@2a03.party</email>
<name>Ryan Fox</name>
</maintainer>
</pkgmetadata>