[dev-python/python-ntplib] drop because there is a version upstream

This commit is contained in:
Francesco Ferro
2017-03-21 19:26:31 +01:00
parent f731c8521e
commit 207b5538d0
2 changed files with 0 additions and 20 deletions
-1
View File
@@ -1 +0,0 @@
DIST ntplib-0.3.2.tar.gz 14975 SHA256 14847bd4509b9212d6a03788590784abeff85c88021d8fd3b151da2f1ab8568d SHA512 c815b3e9861985f23586c16eefd59ef25f93298c46b2fbd5dc508f88c67ad9d8a76f74fc7d29326860b921c346716bf8082a1cd0ee3c672029535749057e5fbd WHIRLPOOL 58b58f806c7f72df3be06e1e4ef8887e5110fe55b501071311c056faec8de23b3b4831c6ce406cf1714b83646a8c8ad5f9d9911d644659bf1b8d0ad4c7209240
@@ -1,19 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit distutils eutils
MY_PN="${PN/python-}"
DESCRIPTION="A Python library for querying NTP servers"
HOMEPAGE="https://pypi.python.org/pypi/ntplib"
SRC_URI="https://pypi.python.org/packages/source/n/${MY_PN}/${MY_PN}-${PV}.tar.gz"
LICENSE="LGPL"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
S="${WORKDIR}/${MY_PN}-${PV}"