summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Dreyer <kdreyer@redhat.com>2019-02-25 16:42:34 -0700
committerKen Dreyer <kdreyer@redhat.com>2019-02-25 16:42:34 -0700
commitc56ed71b87c9a5ad63b30e87265a8f999d276946 (patch)
tree8332a77edb73588bacbeeabaf5512d104e3761fd
downloadpython-tempora-c56ed71b87c9a5ad63b30e87265a8f999d276946.tar.gz
python-tempora-c56ed71b87c9a5ad63b30e87265a8f999d276946.tar.xz
python-tempora-c56ed71b87c9a5ad63b30e87265a8f999d276946.zip
initial packageHEADmaster
-rw-r--r--.gitignore1
-rw-r--r--python-tempora.spec59
-rw-r--r--sources1
3 files changed, 61 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b12e0dd
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/tempora-1.14.tar.gz
diff --git a/python-tempora.spec b/python-tempora.spec
new file mode 100644
index 0000000..1b9c6b6
--- /dev/null
+++ b/python-tempora.spec
@@ -0,0 +1,59 @@
+%global pkgname tempora
+
+Name: python-%{pkgname}
+Version: 1.14
+Release: 1%{?dist}
+Summary: Objects and routines pertaining to date and time
+License: MIT
+Source0: https://files.pythonhosted.org/packages/source/t/%{pkgname}/%{pkgname}-%{version}.tar.gz
+
+BuildArch: noarch
+BuildRequires: python3-devel
+# Drop?
+# BuildRequires: python3-backports-unittest_mock
+BuildRequires: python3-freezegun
+BuildRequires: python3-jaraco-functools >= 1.20
+# Probably jaraco.packaging is not a hard requirement
+# BuildRequires: python3dist(jaraco.packaging) >= 3.2
+BuildRequires: python3-pytest >= 3.5
+BuildRequires: python3-pytz
+BuildRequires: python3-setuptools
+BuildRequires: python3-setuptools_scm >= 1.15.0
+BuildRequires: python3-six
+# Is sphinx a hard requirement?
+# BuildRequires: python3-sphinx
+
+%global _description\
+Objects and routines pertaining to date and time.
+
+%description %_description
+
+%package -n python3-%{pkgname}
+Summary: %{summary}
+%{?python_provide:%python_provide python3-%{pkgname}}
+%description -n python3-%{pkgname} %_description
+
+%prep
+%autosetup -n %{pkgname}-%{version}
+
+sed -i 's/ --flake8//' pytest.ini
+
+%build
+SETUPTOOLS_SCM_PRETEND_VERSION=%{version}
+%{py3_build}
+
+%install
+%{py3_install}
+
+%check
+py.test-%{python3_version} -v
+
+%files -n python3-%{pkgname}
+%license LICENSE
+%doc README.rst
+%{python3_sitelib}/*
+%{_bindir}/calc-prorate
+
+%changelog
+* Mon Feb 25 2019 Ken Dreyer <kdreyer@redhat.com> - 1.14-1
+- Initial package.
diff --git a/sources b/sources
new file mode 100644
index 0000000..d8c8582
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (tempora-1.14.tar.gz) = dea359fcb5eebda2db6b0de2e615ef6681860e9b8ecdb6041316623b9072067f08cd19d72d9a9e1fc792da7c5760f5e2382bedcbe09467109557448bae1fd8cf