dev-python/pep257/pep257-0.3.2.ebuild
changeset 244 dd84d90b2177
parent 243 a934278e2d2e
child 245 f42dd80c663c
--- a/dev-python/pep257/pep257-0.3.2.ebuild	Sat Feb 20 15:25:00 2021 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.9.0-r1.ebuild,v 1.2 2013/06/08 23:43:42 floppym Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
-
-inherit distutils-r1
-
-DESCRIPTION="A static analysis tool for checking compliance with Python PEP 257."
-HOMEPAGE="https://github.com/GreenSteam/pep257 http://pypi.python.org/pypi/pep257"
-SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=""
-RDEPEND=""