diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-11 05:02:15 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-11 05:02:15 +0000 |
commit | de04b3cf5010d1145d48d7bec608a224da6fd435 (patch) | |
tree | bb2d25f4bb3199f6290e99065bbc585690b8c958 | |
parent | 2576dc936781fee99f7041f6d8763a70b13b2a6e (diff) |
automatic import of python-klaviyo
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-klaviyo.spec | 80 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 82 insertions, 0 deletions
@@ -0,0 +1 @@ +/klaviyo-3.1.6.tar.gz diff --git a/python-klaviyo.spec b/python-klaviyo.spec new file mode 100644 index 0000000..2a3a79b --- /dev/null +++ b/python-klaviyo.spec @@ -0,0 +1,80 @@ +%global _empty_manifest_terminate_build 0 +Name: python-klaviyo +Version: 3.1.6 +Release: 1 +Summary: Deprecated Klaviyo SDK +License: MIT License +URL: http://github.com/klaviyo/python-klaviyo +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d4/02/e904fd9d4af0998c8a9e122499ea1b5e9224201408209c4604abcc478f93/klaviyo-3.1.6.tar.gz +BuildArch: noarch + +Requires: python3-requests +Requires: python3-simplejson + +%description + +Deprecation Notice: This package is set to be deprecated on 2023-01-01 and will not receive further updates. To continue receiving API and SDK improvements, we recommend switching over to our latest package/sdk: https://pypi.org/project/klaviyo-api/ + + +%package -n python3-klaviyo +Summary: Deprecated Klaviyo SDK +Provides: python-klaviyo +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-klaviyo + +Deprecation Notice: This package is set to be deprecated on 2023-01-01 and will not receive further updates. To continue receiving API and SDK improvements, we recommend switching over to our latest package/sdk: https://pypi.org/project/klaviyo-api/ + + +%package help +Summary: Development documents and examples for klaviyo +Provides: python3-klaviyo-doc +%description help + +Deprecation Notice: This package is set to be deprecated on 2023-01-01 and will not receive further updates. To continue receiving API and SDK improvements, we recommend switching over to our latest package/sdk: https://pypi.org/project/klaviyo-api/ + + +%prep +%autosetup -n klaviyo-3.1.6 + +%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-klaviyo -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.6-1 +- Package Spec generated @@ -0,0 +1 @@ +990729c7ee59558c5354515b8247e8dd klaviyo-3.1.6.tar.gz |