public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Delaney (idella4)" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/multiprocessing: metadata.xml multiprocessing-2.6.2.1.ebuild Manifest ChangeLog
Date: Sat,  8 Jun 2013 14:28:05 +0000 (UTC)	[thread overview]
Message-ID: <20130608142805.4B6EE2171D@flycatcher.gentoo.org> (raw)

idella4     13/06/08 14:28:05

  Added:                metadata.xml multiprocessing-2.6.2.1.ebuild
                        Manifest ChangeLog
  Log:
  threading package, dep to fabric for py2.[5-6], ebuild prepared by me
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.1                  dev-python/multiprocessing/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/multiprocessing/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/multiprocessing/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>
        <herd>python</herd>
</pkgmetadata>



1.1                  dev-python/multiprocessing/multiprocessing-2.6.2.1.ebuild

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

Index: multiprocessing-2.6.2.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/multiprocessing/multiprocessing-2.6.2.1.ebuild,v 1.1 2013/06/08 14:28:05 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{2_5,2_6} )

inherit distutils-r1

DESCRIPTION="A reusable application for the Django web framework"
HOMEPAGE="http://pypi.python.org/pypi/ordereddict/1.1"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

KEYWORDS="~amd64 ~x86"
IUSE="doc"
LICENSE="BSD"
SLOT="0"

RDEPEND=""
DEPEND="${RDEPEND}
	dev-python/setuptools[${PYTHON_USEDEP}]
	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"

python_compile_all() {
	use doc && sphinx-build -b html Doc/ glossary
}

python_install_all() {
	use doc && HTML_DOCS=( glossary/. )
	distutils-r1_python_install_all
}



1.1                  dev-python/multiprocessing/Manifest

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

Index: Manifest
===================================================================
DIST multiprocessing-2.6.2.1.tar.gz 108003 SHA256 ef3b81ad85d7de252e5491b1daac028e17f9741cbe3625032e6eaa4ad4c79900 SHA512 c9d00c2cc1785f79562c397cb6f5b94ba19d06addb3e95600daa01719b383c880f6e727d80d6a0bde1677ccf40d75cc72f622f567af2ca995297cfc617174e52 WHIRLPOOL 92f585039bd936216dec6adafb0af5c656a1d0fad3a3540eb6d9b54480a680240c99cc70e4911e17aa0319f765a49bccef0d5ceba4e3ff6495cae3676c20c362
EBUILD multiprocessing-2.6.2.1.ebuild 704 SHA256 f940d8351b1a3b2dddeccb7a93da7ec6dd75bbedf99278327a01fb015599c34a SHA512 2a6459704c8f020f87c8a9918ee6fe53d7523cb0459e2939cd3a489e2fa0b08271187f30307541202bce325289acb0192903c5f1093229065089c101597f26b2 WHIRLPOOL deba4ef0f5054dff1f415b371390b86a542cee0560cc4a6211f7908e4c83ec4457992e0847f75b695be0e9d02fbb40d7b4fea50c4aefe177408af6c831b1e990
MISC metadata.xml 167 SHA256 a96c7a7081b1a192fc4758c24f63e3f458ce37c90ef5594005e91e01a5daf934 SHA512 05f506754bd3182ba88befefe0609d354f9ee335bea2d866f30719b292ebae30dbe64d6c68ff1a918bfd380bd638146b30754d072229491e8ed6f9d6745510c9 WHIRLPOOL 59ac07478ebcd8bb8b5edba5af0041df85949cf69083c3aae6945e371e6b79c6c92e2bd21189b2d8a87de72c9a4cd299e0773ff73332e247f95b8e850a76d054



1.1                  dev-python/multiprocessing/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for dev-python/multiprocessing
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/multiprocessing/ChangeLog,v 1.1 2013/06/08 14:28:05 idella4 Exp $

*multiprocessing-2.6.2.1 (08 Jun 2013)

  08 Jun 2013; Ian Delaney <idella4@gentoo.org> +metadata.xml,
  +multiprocessing-2.6.2.1.ebuild:
  threading package, dep to fabric for py2.[5-6], ebuild prepared by me





                 reply	other threads:[~2013-06-08 14:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130608142805.4B6EE2171D@flycatcher.gentoo.org \
    --to=idella4@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox