public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kacper Kowalik" <xarthisius@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/xarthisius:master commit in: dev-python/python-application/
Date: Sat, 11 Jun 2011 20:04:05 +0000 (UTC)	[thread overview]
Message-ID: <164d7eeac762917dbd94b805b37f719fed4edab4.xarthisius@gentoo> (raw)

commit:     164d7eeac762917dbd94b805b37f719fed4edab4
Author:     Kacper Kowalik (Xarthisius) <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 20:03:55 2011 +0000
Commit:     Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 20:03:55 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xarthisius.git;a=commit;h=164d7eea

[dev-python/python-application] initial import

---
 dev-python/python-application/Manifest             |    3 ++
 dev-python/python-application/metadata.xml         |   15 +++++++++
 .../python-application-1.2.7.ebuild                |   31 ++++++++++++++++++++
 3 files changed, 49 insertions(+), 0 deletions(-)

diff --git a/dev-python/python-application/Manifest b/dev-python/python-application/Manifest
new file mode 100644
index 0000000..0a977f4
--- /dev/null
+++ b/dev-python/python-application/Manifest
@@ -0,0 +1,3 @@
+DIST python-application-1.2.7.tar.gz 38796 RMD160 0ba866ba8991da4e691203b475e93c09dfe8fca2 SHA1 3ec234cfba6fb617af8e058f90c91d2ed3532bd7 SHA256 e1cea80586ce68034610af5c6b2479a53242fa046f80759ac5b296c399bd1add
+EBUILD python-application-1.2.7.ebuild 633 RMD160 08cd10ce9e74bbef0adc49a714bf90d12e3e0473 SHA1 2e691fef3fb66b31d02d33ffede2e696c3d2747e SHA256 df7e01f708b0f0adf52901b52a1818111b534bb29f3f512422fdf40533f050bc
+MISC metadata.xml 600 RMD160 fbc2290a5c830797ed596137e6578855179603c7 SHA1 0ba99c7e7efff939b5110523297b092cd68e2626 SHA256 7636aedfa767e17140bc717c93ed4a61cdc81713e6b654f338bb10400bf77a0b

diff --git a/dev-python/python-application/metadata.xml b/dev-python/python-application/metadata.xml
new file mode 100644
index 0000000..3bb1c5f
--- /dev/null
+++ b/dev-python/python-application/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>python</herd>
+	<maintainer>
+		<email>xarthisius@gentoo.org</email>
+		<name>Kacper Kowalik</name>
+	</maintainer>
+	<longdescription>
+	This package is a collection of modules that are useful when building python
+	applications. Their purpose is to eliminate the need to divert resources
+	into implementing the small tasks that every application needs to do in
+	order to run successfully and focus instead on the application logic itself.
+	</longdescription>
+</pkgmetadata>

diff --git a/dev-python/python-application/python-application-1.2.7.ebuild b/dev-python/python-application/python-application-1.2.7.ebuild
new file mode 100644
index 0000000..1203e42
--- /dev/null
+++ b/dev-python/python-application/python-application-1.2.7.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+PYTHON_DEPEND="*:2.5"
+SUPPORT_PYTHON_ABIS="1"
+
+inherit distutils
+
+DESCRIPTION="Basic building blocks for python applications"
+HOMEPAGE="http://pypi.python.org/pypi/python-application"
+SRC_URI="http://pypi.python.org/packages/source/p/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples"
+
+DEPEND=""
+RDEPEND="dev-python/twisted
+	net-zope/zope-interface"
+
+src_install() {
+	distutils_src_install
+
+	if use examples; then
+		insinto /usr/share/doc/${PF}
+		doins -r examples || die
+	fi
+}



                 reply	other threads:[~2011-06-11 20:04 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=164d7eeac762917dbd94b805b37f719fed4edab4.xarthisius@gentoo \
    --to=xarthisius@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