public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Magnus Granberg" <zorry@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/tinderbox-cluster:master commit in: /
Date: Sat, 18 Apr 2015 20:27:26 +0000 (UTC)	[thread overview]
Message-ID: <1429384503.dc90a2950499d828e53885cfb09bc56838645fa7.zorry@gentoo> (raw)

commit:     dc90a2950499d828e53885cfb09bc56838645fa7
Author:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 18 19:15:03 2015 +0000
Commit:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
CommitDate: Sat Apr 18 19:15:03 2015 +0000
URL:        https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=dc90a295

add gitignore and setup

 .gitignore |  8 ++++++++
 setup.py   | 28 ++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1658d1c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+# Backup files
+*~
+# log dir
+frontend/static/logs
+# Python compiled files
+*.pyc
+frontend/python/tinderbox/settings.py
+frontend/python/tinderbox/wsgi.py

diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..bf78af8
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,28 @@
+import os
+
+try:
+	from setuptools import setup
+except ImportError:
+	raise
+	from ez_setup import use_setuptools
+	use_setuptools()
+	from setuptools import setup
+
+version = os.path.split(os.path.abspath(__file__))[-2].split('-')[-1]
+
+packages = ['btc']
+
+package_dir = {'btc': 'btc/pym'}
+
+setup(
+	name="btc",
+	version=version,
+	author='Zorry',
+	author_email='tinderbox-cluster@gentoo.org',
+	url='https://anongit.gentoo.org/git/proj/tinderbox-cluster.git',
+	description='Tinderbox cluster',
+	platforms=["any"],
+	license="GPL2",
+	packages=packages,
+	package_dir=package_dir,
+)
\ No newline at end of file


             reply	other threads:[~2015-04-18 20:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-18 20:27 Magnus Granberg [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-04-18 20:27 [gentoo-commits] proj/tinderbox-cluster:master commit in: / Magnus Granberg
2015-04-18 20:27 Magnus Granberg
2015-08-04 14:30 Magnus Granberg
2020-04-09  6:05 Magnus Granberg
2021-10-28 21:07 Magnus Granberg

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=1429384503.dc90a2950499d828e53885cfb09bc56838645fa7.zorry@gentoo \
    --to=zorry@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