public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-jsonschema] 2488367: Initial import (#824507)
Date: Mon, 15 Jun 2026 07:29:15 GMT [thread overview]
Message-ID: <178150855590.1.13416028816330604674.rpms-python-jsonschema-d6d23d4cbf0b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-jsonschema
Branch : 2488367
Commit : d6d23d4cbf0b7a5c0e8ff2a443b58e4e34013b3d
Author : Pádraig Brady <P@draigBrady.com>
Date : 2012-05-25T16:21:56+01:00
Stats : +42/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-jsonschema/c/d6d23d4cbf0b7a5c0e8ff2a443b58e4e34013b3d?branch=2488367
Log:
Initial import (#824507)
---
diff --git a/.gitignore b/.gitignore
index e69de29..2457db5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/jsonschema-0.2.tar.gz
diff --git a/python-jsonschema.spec b/python-jsonschema.spec
new file mode 100644
index 0000000..dd1f77a
--- /dev/null
+++ b/python-jsonschema.spec
@@ -0,0 +1,40 @@
+# Created by pyp2rpm-0.4.2
+%global pypi_name jsonschema
+
+Name: python-%{pypi_name}
+Version: 0.2
+Release: 1%{?dist}
+Summary: An implementation of JSON Schema validation for Python
+
+License: MIT
+URL: http://pypi.python.org/pypi/jsonschema/0.2
+Source0: http://pypi.python.org/packages/source/j/jsonschema/jsonschema-0.2.tar.gz
+BuildArch: noarch
+
+BuildRequires: python-devel
+
+
+%description
+jsonschema is JSON Schema validator currently based on
+http://tools.ietf.org/html/draft-zyp-json-schema-03
+
+%prep
+%setup -q -n %{pypi_name}-%{version}
+
+%build
+%{__python} setup.py build
+
+
+%install
+%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+
+
+%files
+%doc README.rst COPYING
+%{python_sitelib}/%{pypi_name}.*
+%{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
+
+
+%changelog
+* Wed May 23 2012 Pádraig Brady <P@draigBrady.com> - 0.2-1
+- Initial package.
diff --git a/sources b/sources
index e69de29..97c8ed8 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+d91f3c642f37faf557ab07ed78ee8961 jsonschema-0.2.tar.gz
reply other threads:[~2026-06-15 7:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=178150855590.1.13416028816330604674.rpms-python-jsonschema-d6d23d4cbf0b@fedoraproject.org \
--to=git-commits@fedoraproject.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