summaryrefslogtreecommitdiff
path: root/dev-python/pylast
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/pylast
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/pylast')
-rw-r--r--dev-python/pylast/Manifest3
-rw-r--r--dev-python/pylast/metadata.xml25
-rw-r--r--dev-python/pylast/pylast-1.9.0.ebuild23
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/pylast/Manifest b/dev-python/pylast/Manifest
deleted file mode 100644
index c1853402f790..000000000000
--- a/dev-python/pylast/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST pylast-1.9.0.tar.gz 42584 BLAKE2B b479fe5b780f6dbd30f20c0e183205ffe87703f26fe8ff04170c7f906705bfe737e965c2a7ebc562943c96a8f9bf7710e84999656d1ff22820254e4f4573f0e2 SHA512 ff3929583d88466738c9a1e964676652717c9f5bd4631f1a0a7855903e77cd394a612b0e2e8fc2f698ac84a34a135f4e940ff7760c2c88bf388ae56fc9c3da65
-EBUILD pylast-1.9.0.ebuild 613 BLAKE2B f36e3672132549f7a181239fb124eed87f21b8b33e2c9834c6181a533db06cd6958f7e8d70ad8f90fb5b568615e6624461049857c034c59da83e53e406859859 SHA512 22333b033b80fc8df60748c0498fed4d9e8320113a62fcc7e41a76f4773899be00ef1a9531e4068119b8b314ec3e9aae0bb9f575d835475eb341b11f7a349ed3
-MISC metadata.xml 894 BLAKE2B 95fd1131de748819af98fcb484c6db7d90d9cf78794dbd9d1d06ebe755020bb09b9ca1d1a232323f4afb409c58a85098fec00994307939ba22fd07fd5de9ea73 SHA512 c5eba42bd263c572e7c73a6df8daa3aad56407d4f26eb1560e1a2fd21fff6a4228522d2c4493481ed7e767e24818cf82b6076ff00937d4214ef25b91986f42a9
diff --git a/dev-python/pylast/metadata.xml b/dev-python/pylast/metadata.xml
deleted file mode 100644
index 8f174790787e..000000000000
--- a/dev-python/pylast/metadata.xml
+++ /dev/null
@@ -1,25 +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>
- </maintainer>
- <longdescription lang="en">
- Python interface to last.fm and other api-compatible websites
-
- Features:
- * Simple public interface.
- * Access to all the data exposed by the Last.fm webservices.
- * Scrobbling support.
- * Full object-oriented design.
- * Proxy support.
- * Internal caching support for some webservices calls (disabled by default).
- * No extra dependencies but python itself.
- * Support for other API-compatible networks like Libre.fm
- * Python3-friendly (Starting from 0.5).
- </longdescription>
- <upstream>
- <remote-id type="pypi">pylast</remote-id>
- <remote-id type="github">pylast/pylast</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pylast/pylast-1.9.0.ebuild b/dev-python/pylast/pylast-1.9.0.ebuild
deleted file mode 100644
index 27338bb36722..000000000000
--- a/dev-python/pylast/pylast-1.9.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python interface to last.fm and other api-compatible websites"
-HOMEPAGE="https://github.com/pylast/pylast"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-
-# As the testing requires a last.fm account and online access it is restricted
-RESTRICT="test"