public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/zorry:master commit in: /, gobs/
@ 2011-07-29 16:51 Magnus Granberg
  0 siblings, 0 replies; only message in thread
From: Magnus Granberg @ 2011-07-29 16:51 UTC (permalink / raw
  To: gentoo-commits

commit:     0f9753621264048e1d8a58c1c5d453b3f86fce33
Author:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 16:50:51 2011 +0000
Commit:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 16:50:51 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/zorry.git;a=commit;h=0f975362

moved setup.py

---
 gobs/setup.py |   47 -----------------------------------------------
 setup.py      |   45 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+), 47 deletions(-)

diff --git a/gobs/setup.py b/gobs/setup.py
deleted file mode 100644
index f57f27b..0000000
--- a/gobs/setup.py
+++ /dev/null
@@ -1,47 +0,0 @@
-## You will need a __init__.py in the gobs/pym/ dir
-## This assumes you have gobs/ dir as top level
-
-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 = ['gobs']
-
-package_dir = {'gobs':'pym'}
-
-setup(
-    name="gobs",
-    version=version,
-    author='Zorry',
-    author_email='zorry@gentoo.org',
-    url='http://git.overlays.gentoo.org/gitweb/?p=dev/zorry.git;a=summary',
-    description='Zorry Build System',
-    platforms=["any"],
-    license="BSD",
-    packages=packages,
-    package_dir=package_dir,
-    zip_safe=False,
-    classifiers=[
-        "Development Status :: 5 - Production/Stable",
-        "Operating System :: OS Independent",
-        "Intended Audience :: Developers",
-        "License :: OSI Approved :: BSD License",
-        "Operating System :: POSIX",
-        "Topic :: System :: Distributed Computing",
-        "Topic :: Software Development :: Libraries :: Python Modules",
-        "Programming Language :: Python",
-        "Programming Language :: Python :: 2",
-        "Programming Language :: Python :: 2.5",
-        "Programming Language :: Python :: 2.6",
-        "Programming Language :: Python :: 2.7",
-    ],
\ No newline at end of file

diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..4399698
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,45 @@
+## You will need a __init__.py in the gobs/pym/ dir
+## This assumes you have gobs/ dir as top level
+
+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 = ['gobs']
+
+package_dir = {'gobs':'pym'}
+
+setup(
+	name="gobs",
+	version=version,
+	author='Zorry',
+	author_email='zorry@gentoo.org',
+	url='http://git.overlays.gentoo.org/gitweb/?p=dev/zorry.git;a=summary',
+	description='Zorry Build System',
+	platforms=["any"],
+	license="GPL2",
+	packages=packages,
+	package_dir=package_dir,
+	classifiers=[
+		"Development Status :: 5 - Production/Stable",
+		"Operating System :: OS Independent",
+		"Intended Audience :: Developers",
+		"License :: OSI Approved ::  GPL2 License",
+		"Operating System :: POSIX",
+		"Topic :: System :: Distributed Computing",
+		"Topic :: Software Development :: Libraries :: Python Modules",
+		"Programming Language :: Python",
+		"Programming Language :: Python :: 2",
+		"Programming Language :: Python :: 2.5",
+		"Programming Language :: Python :: 2.6",
+		"Programming Language :: Python :: 2.7",
+	],
+)
\ No newline at end of file



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-07-29 16:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-29 16:51 [gentoo-commits] dev/zorry:master commit in: /, gobs/ Magnus Granberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox