public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/pms-test-suite:master commit in: /, PMSTestSuite/
Date: Mon, 16 May 2011 20:00:57 +0000 (UTC)	[thread overview]
Message-ID: <1a6b9ae19271717cfe383e6a86451c86ded194d0.mgorny@gentoo> (raw)

commit:     1a6b9ae19271717cfe383e6a86451c86ded194d0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 11:42:25 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 16 11:42:25 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/pms-test-suite.git;a=commit;h=1a6b9ae1

Initiate the code.

---
 PMSTestSuite/__init__.py |    5 +++++
 setup.py                 |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/PMSTestSuite/__init__.py b/PMSTestSuite/__init__.py
new file mode 100644
index 0000000..3a8bb5c
--- /dev/null
+++ b/PMSTestSuite/__init__.py
@@ -0,0 +1,5 @@
+#	vim:fileencoding=utf-8
+# (c) 2010 Michał Górny <mgorny@gentoo.org>
+# Released under the terms of the 3-clause BSD license or the GPL-2 license.
+
+PV = '0'

diff --git a/setup.py b/setup.py
new file mode 100755
index 0000000..ef37614
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,37 @@
+#!/usr/bin/python
+#	vim:fileencoding=utf-8
+# (c) 2010 Michał Górny <mgorny@gentoo.org>
+# Released under the terms of the 3-clause BSD license or the GPL-2 license.
+
+from distutils.core import setup
+
+import os.path, sys
+
+sys.path.insert(0, os.path.dirname(__file__))
+try:
+	from PMSTestSuite import PV
+except ImportError:
+	PV = 'unknown'
+
+setup(
+		name = 'pms-test-suite',
+		version = PV,
+		author = 'Michał Górny',
+		author_email = 'mgorny@gentoo.org',
+		url = 'http://www.gentoo.org/proj/en/qa/pms/pms-test-suite.xml',
+
+		packages = ['PMSTestSuite'],
+
+		classifiers = [
+			'Development Status :: 1 - Planning',
+			'Environment :: Console',
+			'Intended Audience :: System Administrators',
+			'License :: OSI Approved :: BSD License',
+			'License :: OSI Approved :: GNU General Public License (GPL)',
+			'Operating System :: POSIX',
+			'Programming Language :: Python',
+			'Topic :: Software Development :: Quality Assurance',
+			'Topic :: Software Development :: Testing',
+			'Topic :: System :: Installation/Setup'
+		]
+)



             reply	other threads:[~2011-05-16 20:02 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-16 20:00 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-05-22  9:17 [gentoo-commits] proj/pms-test-suite:master commit in: /, PMSTestSuite/ Michał Górny
2011-05-29 17:13 Michał Górny
2011-05-29 17:46 Michał Górny
2011-05-29 17:46 Michał Górny
2011-05-29 17:55 Michał Górny
2011-05-29 17:55 Michał Górny
2011-05-29 18:57 Michał Górny
2011-06-01 12:30 Michał Górny
2011-06-01 12:30 Michał Górny
2011-06-27 21:24 [gentoo-commits] proj/pms-test-suite:master commit in: /, pmstestsuite/ Michał Górny
2012-01-03 15:52 Michał Górny

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=1a6b9ae19271717cfe383e6a86451c86ded194d0.mgorny@gentoo \
    --to=mgorny@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