[python-multi-registry/f15] initial import and new package

Matthias Runge mrunge at fedoraproject.org
Wed Sep 21 18:59:10 UTC 2011


commit 190c6153d847b8ad3994455cdb931ef204a638fa
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Wed Sep 21 20:58:44 2011 +0200

    initial import and new package

 .gitignore                 |    1 +
 python-multi-registry.spec |   38 ++++++++++++++++++++++++++++++++++++++
 sources                    |    1 +
 3 files changed, 40 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..eb58dc1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/multi-registry-0.0.2.tar.gz
diff --git a/python-multi-registry.spec b/python-multi-registry.spec
new file mode 100644
index 0000000..6e5c38a
--- /dev/null
+++ b/python-multi-registry.spec
@@ -0,0 +1,38 @@
+Name:           python-multi-registry
+Version:        0.0.2
+Release:        1%{?dist}
+Summary:        A module that aggregates key-value attributes from multiple sources
+
+License:        BSD
+URL:            http://pypi.python.org/pypi/multi-registry/
+Source0:        http://pypi.python.org/packages/source/m/multi-registry/multi-registry-0.0.2.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools
+
+%description
+Allows to aggregate key-value data from many sources.
+Can be used, for example, as a proxy to settings object in Django framework.
+
+%prep
+%setup -q -n multi-registry-%{version}
+
+
+%build
+# Remove CFLAGS=... for noarch packages (unneeded)
+%{__python} setup.py build
+
+
+%install
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+
+ 
+%files
+%doc LICENSE 
+%{python_sitelib}/*
+
+
+%changelog
+* Tue Sep 20 2011 Matthias Runge <mrunge at matthias-runge.de> 0.0.2-1
+- initial fedora version
diff --git a/sources b/sources
index e69de29..65cd009 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+611e08174875bc63ff6ebacb6a5757a9  multi-registry-0.0.2.tar.gz


More information about the scm-commits mailing list