summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-15 08:49:36 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-15 08:49:36 +0000
commitcddd9a180852ded3222f26a59d1f96fc20f6d0d4 (patch)
treee9bbb11664eea142d2973eff862320e0d2c027a2
parentae693b5f3b71c41fcc19a78abafa1bddf416301a (diff)
automatic import of python-statsd-python
-rw-r--r--.gitignore1
-rw-r--r--python-statsd-python.spec78
-rw-r--r--sources1
3 files changed, 80 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..910ce62 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/statsd_python-0.5.0.tar.gz
diff --git a/python-statsd-python.spec b/python-statsd-python.spec
new file mode 100644
index 0000000..c2d8b1e
--- /dev/null
+++ b/python-statsd-python.spec
@@ -0,0 +1,78 @@
+%global _empty_manifest_terminate_build 0
+Name: python-statsd-python
+Version: 0.5.0
+Release: 1
+Summary: please add a summary manually as the author left a blank one
+License: MIT
+URL: https://github.com/lirsacc/statsd_client_python
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/63/41/708b3e9c752e93e64a988ecce45c81c439df2cf2a217c451242e54b1b1f5/statsd_python-0.5.0.tar.gz
+BuildArch: noarch
+
+
+%description
+> :construction: WIP :construction:
+This is an implementation of a [Statsd](https://github.com/statsd/statsd) client for Python.
+For usage see [documentation](./docs/source/docs.rst).
+
+%package -n python3-statsd-python
+Summary: please add a summary manually as the author left a blank one
+Provides: python-statsd-python
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-statsd-python
+> :construction: WIP :construction:
+This is an implementation of a [Statsd](https://github.com/statsd/statsd) client for Python.
+For usage see [documentation](./docs/source/docs.rst).
+
+%package help
+Summary: Development documents and examples for statsd-python
+Provides: python3-statsd-python-doc
+%description help
+> :construction: WIP :construction:
+This is an implementation of a [Statsd](https://github.com/statsd/statsd) client for Python.
+For usage see [documentation](./docs/source/docs.rst).
+
+%prep
+%autosetup -n statsd-python-0.5.0
+
+%build
+%py3_build
+
+%install
+%py3_install
+install -d -m755 %{buildroot}/%{_pkgdocdir}
+if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
+if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
+if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
+if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
+pushd %{buildroot}
+if [ -d usr/lib ]; then
+ find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/lib64 ]; then
+ find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/bin ]; then
+ find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/sbin ]; then
+ find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+touch doclist.lst
+if [ -d usr/share/man ]; then
+ find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
+fi
+popd
+mv %{buildroot}/filelist.lst .
+mv %{buildroot}/doclist.lst .
+
+%files -n python3-statsd-python -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.0-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..eab16ce
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+2dea0396234a46e8679567b4f3aa1903 statsd_python-0.5.0.tar.gz