[python-flatland] Initial import.

Jon Ciesla limb at fedoraproject.org
Thu Jan 19 13:32:05 UTC 2012


commit 7123511ce758290a5e6fdd9ecbf9d05da940940b
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Thu Jan 19 07:31:57 2012 -0600

    Initial import.

 .gitignore           |    1 +
 python-flatland.spec |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++
 sources              |    1 +
 3 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..7ae1d98 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/jek-flatland-0938e70bb76d.tar.bz2
diff --git a/python-flatland.spec b/python-flatland.spec
new file mode 100644
index 0000000..b4d86ca
--- /dev/null
+++ b/python-flatland.spec
@@ -0,0 +1,52 @@
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
+
+Name:           python-flatland
+Version:        0.0.2
+Release:        2%{?dist}
+Summary:        HTML form management and validation
+
+License:        MIT
+URL:            http://discorporate.us/projects/flatland/
+#Source of this release from: https://bitbucket.org/jek/flatland/get/0938e70bb76d.tar.bz2
+Source0:        jek-flatland-0938e70bb76d.tar.bz2
+
+BuildArch:      noarch
+BuildRequires:  python-devel python-nose python-blinker
+Requires:       python-genshi python-blinker
+
+%description
+Flatland maps between rich, structured Python application data and the 
+string-oriented flat namespace of web forms, key/value stores, text 
+files and user input. Flatland provides a schema-driven mapping toolkit 
+with optional data validation.
+
+%prep
+%setup -qn jek-flatland-0938e70bb76d
+
+%build
+%{__python} setup.py build
+
+
+%install
+rm -rf %{buildroot}
+%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+
+%check
+nosetests -v
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS LICENSE README
+%{python_sitelib}/flatland-*py?.?.egg-info
+%{python_sitelib}/flatland/
+
+
+%changelog
+* Thu Jan 19 2012 Jon Ciesla <limburgher at gmail.com> - 0.0.2-2
+- Review fixes.
+
+* Thu Dec 15 2011 Jon Ciesla <limburgher at gmail.com> - 0.0.2-1
+- Initial package.
\ No newline at end of file
diff --git a/sources b/sources
index e69de29..441e301 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+2a0185ad21e9f45a5be67fda5fb43b81  jek-flatland-0938e70bb76d.tar.bz2


More information about the scm-commits mailing list