From: W. Trevor King Date: Thu, 4 Aug 2011 18:08:46 +0000 (-0400) Subject: Add django-taggit package. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fd1d0e533b742d3515941283ba364d93c2e7cf93;p=wtk-overlay.git Add django-taggit package. --- diff --git a/dev-python/django-taggit/ChangeLog b/dev-python/django-taggit/ChangeLog new file mode 100644 index 0000000..62882e4 --- /dev/null +++ b/dev-python/django-taggit/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for dev-python/django-taggit +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*django-taggit-9999 (04 Aug 2011) + 04 Aug 2011; W. Trevor King ChangeLog, metadata.xml, django-taggit-9999.ebuild : + - Created ebuild suite for django-taggit. + - Added initial ChangeLog which should be updated whenever the + package is updated in any way. This changelog is targetted to + users. This means that the comments should well explained and + written in clean English. The details about writing correct + changelogs are explained in the skel.ChangeLog file which you can + find in the root directory of the portage repository. diff --git a/dev-python/django-taggit/Manifest b/dev-python/django-taggit/Manifest new file mode 100644 index 0000000..02fa71f --- /dev/null +++ b/dev-python/django-taggit/Manifest @@ -0,0 +1,3 @@ +EBUILD django-taggit-9999.ebuild 707 RMD160 9f4d7eb89732ba7174b33f7cd0d089a5790212b4 SHA1 776c8aaea2aa58e8f2abd3882842331336c29aed SHA256 40935c690324fe4bd6bc7e2332c13f3659bb3c03873bcb45ad158bea690e2342 +MISC ChangeLog 684 RMD160 005947d9538cc67b8aa178b2edd34013d68d6f31 SHA1 7436db2a1d85e17f6a31ec2447123e13c1df1614 SHA256 7c59d785a57e963c89a83b7d5432fb0a5aee6f54302662ea2a8ba5059ccce725 +MISC metadata.xml 247 RMD160 6735f3a5dd2d7a2b70589d1693f35d54291b7147 SHA1 c015969fe50967340dd050a44cb9f8a30b5e34a5 SHA256 9e65060e5f9d0a50d28c7a69d9c27fed6c3037fdd3e420cc276627fde2794f72 diff --git a/dev-python/django-taggit/django-taggit-9999.ebuild b/dev-python/django-taggit/django-taggit-9999.ebuild new file mode 100644 index 0000000..fa8f0f9 --- /dev/null +++ b/dev-python/django-taggit/django-taggit-9999.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="3" + +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" + +inherit eutils distutils + +if [[ ${PV} == "9999" ]] ; then + inherit git + EGIT_REPO_URI="git://github.com/alex/${PN}.git" + SRC_URI="" +else + SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" +fi + +DESCRIPTION="Tagging framework for Django" +HOMEPAGE="http://${PN}.readthedocs.org/en/latest/" +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="test" + +DEPEND="dev-python/django" +RDEPEND="dev-python/setuptools + ${DEPEND}" + +src_unpack() { + if [[ ${PV} == "9999" ]] ; then + git_src_unpack + else + unpack ${A} + fi + cd "${S}" +} diff --git a/dev-python/django-taggit/metadata.xml b/dev-python/django-taggit/metadata.xml new file mode 100644 index 0000000..d124928 --- /dev/null +++ b/dev-python/django-taggit/metadata.xml @@ -0,0 +1,9 @@ + + + + + + wking@drexel.edu + W. Trevor King + +