public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/django-tastypie: metadata.xml django-tastypie-0.9.11.ebuild Manifest ChangeLog
@ 2012-04-27 10:58 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; only message in thread
From: Theo Chatzimichos (tampakrap) @ 2012-04-27 10:58 UTC (permalink / raw
  To: gentoo-commits

tampakrap    12/04/27 10:58:42

  Added:                metadata.xml django-tastypie-0.9.11.ebuild Manifest
                        ChangeLog
  Log:
  Initial commit, ebuild by idella4
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-python/django-tastypie/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-tastypie/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-tastypie/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer>
		<email>johneed@hotmail.com</email>
		<name>Ian Delaney</name>
	</maintainer>
	<maintainer>
		<email>tampakrap@gentoo.org</email>
		<name>Theo Chatzimichos</name>
	</maintainer>
	<herd>python</herd>
	<use>
		<flag name='bip'>An optional serialiser dev-python/biplist</flag>
		<flag name='digest'>Library to aid in implementing HTTP Digest Authentication</flag>
		<flag name='lxml'>An optional serialiser dev-python/lxml</flag>
		<flag name='yaml'>An optional serialiser dev-python/yaml</flag>
	</use>
</pkgmetadata>




1.1                  dev-python/django-tastypie/django-tastypie-0.9.11.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-tastypie/django-tastypie-0.9.11.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-tastypie/django-tastypie-0.9.11.ebuild?rev=1.1&content-type=text/plain

Index: django-tastypie-0.9.11.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/django-tastypie/django-tastypie-0.9.11.ebuild,v 1.1 2012/04/27 10:58:42 tampakrap Exp $

EAPI=4
PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS=1
RESTRICT_PYTHON_ABIS="3.*"
inherit distutils

DESCRIPTION="A flexible and capable API layer for django utilising serialisers"
HOMEPAGE="http://pypi.python.org/pypi/django-tastypie/ https://github.com/toastdriven/django-tastypie"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
IUSE="bip doc digest lxml yaml"

LICENSE="BSD"
SLOT="0"
PYTHON_MODNAME="tastypie"

RDEPEND=">=dev-python/mimeparse-0.1.3
	dev-python/python-dateutil
	bip? ( dev-python/biplist )
	digest? ( dev-python/python-digest )
	lxml? ( dev-python/lxml )
	yaml? ( dev-python/pyyaml )"
DEPEND="${RDEPEND} >=dev-python/django-1.2.5
	dev-python/setuptools"

src_compile() {
	if use doc; then
		emake -C docs html
	fi
}

src_install() {
	distutils_src_install
	if use doc; then
		docompress -x usr/share/doc/${PF}/doctrees
		dohtml -r docs/_build/html/
		insinto usr/share/doc/${PF}/doctrees
		doins -r docs/_build/doctrees/
	fi
}



1.1                  dev-python/django-tastypie/Manifest

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-tastypie/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-tastypie/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
DIST django-tastypie-0.9.11.tar.gz 519484 RMD160 fcdf5dbc7b3eb1a88bea0635140669aa6b76ec87 SHA1 a64ae20b40addee15fcd83c7bf1bb7299c3981bb SHA256 6425f065aae6a6a3aecf6c83ed728efbd1f490ce32aabd16ddcdfb5826c74214
EBUILD django-tastypie-0.9.11.ebuild 1091 RMD160 f62c8e65a0ecca15ba19ed1f8278367adc51ae34 SHA1 1ebd9c73f94d961f18d809f9182de7e2056f7ef4 SHA256 a988261001a86001e45c42b5c6b0faa4468153b5577d19aa415f6f76d0ea28d7
MISC metadata.xml 656 RMD160 9a33de6af314cb1d90b96238b95d25fad3ec3465 SHA1 48b1e2aa396861d86e3894b4f262a7103e24d9c2 SHA256 9e6551241f0fd73a86aef1e197128a324b0a5048b3de7d1295046b631817afee



1.1                  dev-python/django-tastypie/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-tastypie/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-tastypie/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for dev-python/django-tastypie
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/django-tastypie/ChangeLog,v 1.1 2012/04/27 10:58:42 tampakrap Exp $

*django-tastypie-0.9.11 (27 Apr 2012)

  27 Apr 2012; Theo Chatzimichos <tampakrap@gentoo.org>
  +django-tastypie-0.9.11.ebuild, +metadata.xml:
  Initial commit, ebuild by idella4







^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-27 10:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-27 10:58 [gentoo-commits] gentoo-x86 commit in dev-python/django-tastypie: metadata.xml django-tastypie-0.9.11.ebuild Manifest ChangeLog Theo Chatzimichos (tampakrap)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox