public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julian Ospald" <hasufell@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-application/
Date: Tue,  8 Sep 2015 17:43:58 +0000 (UTC)	[thread overview]
Message-ID: <1441734013.88e15ca569901bc9861797be475e96b7d7f6e147.hasufell@gentoo> (raw)

commit:     88e15ca569901bc9861797be475e96b7d7f6e147
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  8 00:08:53 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Tue Sep  8 17:40:13 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88e15ca5

dev-python/python-application: initial import of version 1.5.0

Gentoo-Bug: 446026

 dev-python/python-application/Manifest             |  1 +
 dev-python/python-application/metadata.xml         | 30 ++++++++++++++++++++++
 .../python-application-1.5.0.ebuild                | 19 ++++++++++++++
 3 files changed, 50 insertions(+)

diff --git a/dev-python/python-application/Manifest b/dev-python/python-application/Manifest
new file mode 100644
index 0000000..eda074b
--- /dev/null
+++ b/dev-python/python-application/Manifest
@@ -0,0 +1 @@
+DIST python-application-1.5.0.tar.gz 43552 SHA256 9bc00c2c639bf633e2c5e08d4bf1bb5d7edaad6ccdd473692f0362df08f8aafc SHA512 9bf683a88bfb11ab5cf86b2d1ef86e22cf6fcb6004f0059b1d3cb2e1cde46827ced57a1cdd313c1d48dbd1ad610e9d36617619f79af748c55c517089720cb2b1 WHIRLPOOL 321411f6f33d29f2847accc805c78bbca3dc255e4768954d75904cea7f3843d2ff15f51bcc62706d8b6101b61d5e9d294968e607ff63f22a75982b00e8850f3a

diff --git a/dev-python/python-application/metadata.xml b/dev-python/python-application/metadata.xml
new file mode 100644
index 0000000..91adab3
--- /dev/null
+++ b/dev-python/python-application/metadata.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>python</herd>
+	<maintainer>
+		<email>hasufell@gentoo.org</email>
+		<name>Julian Ospald</name>
+	</maintainer>
+	<longdescription lang="en">
+		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.
+
+		The modules that the application package provides are:
+		1. process - UNIX process and signal management.
+		2. python - python utility classes and functions.
+		3. configuration - a simple interface to handle configuration files.
+		4. log - an extensible system logger for console and syslog.
+		5. debug - memory troubleshooting and execution timing.
+		6. system - interaction with the underlying operating system.
+		7. notification - an application wide notification system.
+		8. version - manage version numbers for applications and packages.
+		9. dependency - verify package dependencies at runtime.
+	</longdescription>
+	<upstream>
+		<remote-id type="pypi">python-application</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/python-application/python-application-1.5.0.ebuild b/dev-python/python-application/python-application-1.5.0.ebuild
new file mode 100644
index 0000000..23a3e8b
--- /dev/null
+++ b/dev-python/python-application/python-application-1.5.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="Basic building blocks for python applications"
+HOMEPAGE="http://ag-projects.com/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+IUSE=""
+
+KEYWORDS="~amd64 ~x86"


             reply	other threads:[~2015-09-08 17:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-08 17:43 Julian Ospald [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-07-29 19:06 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-application/ Patrice Clement
2018-07-29 19:06 Patrice Clement

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=1441734013.88e15ca569901bc9861797be475e96b7d7f6e147.hasufell@gentoo \
    --to=hasufell@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