summaryrefslogtreecommitdiff
path: root/dev-python/xstatic-jquery
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
commit9452a6e87b6c2c70513bc47a2470bf9f1168920e (patch)
tree8ac67e26b45f34d71c5aab3621813b100a0d5f00 /dev-python/xstatic-jquery
parentf516638b7fe9592837389826a6152a7e1b251c54 (diff)
gentoo resync : 13.06.2020
Diffstat (limited to 'dev-python/xstatic-jquery')
-rw-r--r--dev-python/xstatic-jquery/Manifest3
-rw-r--r--dev-python/xstatic-jquery/metadata.xml11
-rw-r--r--dev-python/xstatic-jquery/xstatic-jquery-1.10.2.1.ebuild34
3 files changed, 0 insertions, 48 deletions
diff --git a/dev-python/xstatic-jquery/Manifest b/dev-python/xstatic-jquery/Manifest
deleted file mode 100644
index da187f9a005f..000000000000
--- a/dev-python/xstatic-jquery/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST xstatic-jquery-1.10.2.1.tar.gz 116458 BLAKE2B cc02edfbbab45bbf397923188f163df8c6567789d9c0704947804047f0067bbee9ddf0b1b96d477d25d79bc65bc4bf5891e2a88beeac1ae92279c0eecc842304 SHA512 1f77c82d0025ba0fe56934d76fb5dfc0929bd91b18e6141023246e5ed1358600cb10a9b69be806bdfac29df83e42572ab8c8aa8da40b688d02711aadff393270
-EBUILD xstatic-jquery-1.10.2.1.ebuild 690 BLAKE2B c849fa1c92f1da418d6d251c87126c7e513952c5731943cda6c84d1b940861d83ed59c4ad5c44504e455ed5cb893bb6e07c21545dd8b19978b6bd34fb8840606 SHA512 b89eb7c34f6f94eebe10de6aae1d6323ec9fb97986f356951731e8b469a02c50c28b3b25353dc24edf6f34b7dd931a88cc69db5cb27e4cd3aca3e6b2b19d3f72
-MISC metadata.xml 328 BLAKE2B cd1db5ebb236344ab7336b3db5f4523fc3730a99a294392907ee5289a17feffd31390be088c02aa6c87a84bbbebd84bb48482cd739a5f55303333083d4bdc0c0 SHA512 883210945f38216a48fa5166057e95aafa03c9aec5a7de0d16303fb6a4e6d98c22695b55dd5fc1d26ba78b7c3def32ac7bfce1f036db32116a9b4e5e0b31a8c8
diff --git a/dev-python/xstatic-jquery/metadata.xml b/dev-python/xstatic-jquery/metadata.xml
deleted file mode 100644
index 8768d46bf628..000000000000
--- a/dev-python/xstatic-jquery/metadata.xml
+++ /dev/null
@@ -1,11 +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 Project</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">XStatic</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/xstatic-jquery/xstatic-jquery-1.10.2.1.ebuild b/dev-python/xstatic-jquery/xstatic-jquery-1.10.2.1.ebuild
deleted file mode 100644
index 931ec2ce5463..000000000000
--- a/dev-python/xstatic-jquery/xstatic-jquery-1.10.2.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-MY_PN="XStatic-jQuery"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="XStatic jQuery package"
-HOMEPAGE="https://pypi.org/project/XStatic-jQuery"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/xstatic[${PYTHON_USEDEP}]"
-
-DEPEND="
- ${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${MY_P}"
-
-python_install() {
- distutils-r1_python_install
- find "${ED}" -name '*.pth' -delete || die
-}