summaryrefslogtreecommitdiff
path: root/dev-python/pydiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-09-10 04:21:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-09-10 04:21:55 +0100
commit677b7ba5c317778df2ad7e70df94b9b7eec4adbc (patch)
tree6c418a1546fff5becab5d8b9ed6803323e7f316e /dev-python/pydiff
parentfbda87924e6faa7a1919f1a2b4182490bde5ec5c (diff)
gentoo resync : 10.09.2021
Diffstat (limited to 'dev-python/pydiff')
-rw-r--r--dev-python/pydiff/Manifest3
-rw-r--r--dev-python/pydiff/metadata.xml12
-rw-r--r--dev-python/pydiff/pydiff-0.2-r1.ebuild21
3 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/pydiff/Manifest b/dev-python/pydiff/Manifest
deleted file mode 100644
index 277f92f1a932..000000000000
--- a/dev-python/pydiff/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST pydiff-0.2.tar.gz 4108 BLAKE2B 868b9b31f96e49a4e375d2933fc158845ced4bc561816512f41c85dbd6d5373567a51153dedc527826ef2d03306288e3255d300fc2b400e28983e6616eec6a25 SHA512 0f55edf17138c4a1894a1ca03db21e6d6d21fb3961a2738c00d59e05d32a006413aee04005962f1ba6628c012bb018d43fcbbef50665ea10d3397539e5d3def1
-EBUILD pydiff-0.2-r1.ebuild 519 BLAKE2B 886cbac35ff149eb34fc8bcdf71bfae92f975727f6ae614de1aed5ba26f0774220dbb482205ad8d92b9b687fed3f8cee880ebe1294c0003d3071df6b3ac03237 SHA512 d846fb1be5426851c17fc583bfd57de4314eab67474ee3124cb837c463ab2e17d5a1157bebcb6d86f12718d6241d12f85de584910a532fd4cfcab5567a71dd53
-MISC metadata.xml 373 BLAKE2B 8e20b47c64105d9f29c7beb15868eee311dc1f6bc49645729b780629d1e7d26ea7296f0768b29de4f4cb9df2e629d25d100409e646f30f336608a7996364ba34 SHA512 cc56455c69ef9816eecb5ca62fa6f660ca124cae7d62d58006133a9d9af79aa4bc45e572ca1d2cf5d9b64c7f7617f62b94b573b65d799327a2088e1f80902402
diff --git a/dev-python/pydiff/metadata.xml b/dev-python/pydiff/metadata.xml
deleted file mode 100644
index 9dda17d789eb..000000000000
--- a/dev-python/pydiff/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">pydiff</remote-id>
- <remote-id type="github">myint/pydiff</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pydiff/pydiff-0.2-r1.ebuild b/dev-python/pydiff/pydiff-0.2-r1.ebuild
deleted file mode 100644
index 6d8889c1f11a..000000000000
--- a/dev-python/pydiff/pydiff-0.2-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Diffs two Python files at the bytecode level"
-HOMEPAGE="https://github.com/myint/pydiff"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc sparc x86"
-
-python_test() {
- "${EPYTHON}" test_pydiff.py || die "Tests failed under ${EPYTHON}"
-}