summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <copr-devel@lists.fedorahosted.org>2023-02-25 02:01:47 +0000
committerCoprDistGit <copr-devel@lists.fedorahosted.org>2023-02-25 02:01:47 +0000
commitd91b84199a278cfcae82aaf399b6b33a9fdde9bb (patch)
tree7027cc4e9f198a51e1eeea9d3fa9387760d7e940
parentb8f5678abe94627d5fc208e2d6f5eaf0ef3679ae (diff)
automatic import of python3-envisageopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-envisage.spec88
-rw-r--r--sources1
3 files changed, 90 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..712d454 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/envisage-6.1.1.tar.gz
diff --git a/python-envisage.spec b/python-envisage.spec
new file mode 100644
index 0000000..62231c7
--- /dev/null
+++ b/python-envisage.spec
@@ -0,0 +1,88 @@
+%global _empty_manifest_terminate_build 0
+Name: python-envisage
+Version: 6.1.1
+Release: 1
+Summary: Extensible application framework
+License: BSD
+URL: http://docs.enthought.com/envisage
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/66/96/3a0e8d08c8f9a628730c0993fb7dac5c92a742da65462c39a4f63d7457fd/envisage-6.1.1.tar.gz
+BuildArch: noarch
+
+Requires: python3-apptools
+Requires: python3-setuptools
+Requires: python3-traits
+Requires: python3-importlib-resources
+Requires: python3-enthought-sphinx-theme
+Requires: python3-Sphinx
+Requires: python3-sphinx-copybutton
+Requires: python3-ipython
+Requires: python3-ipykernel
+Requires: python3-traitlets
+Requires: python3-pyside2
+Requires: python3-pyside6
+Requires: python3-pyside6
+Requires: python3-coverage
+Requires: python3-flake8
+Requires: python3-pyface
+Requires: python3-traitsui
+
+%description
+
+
+%package -n python3-envisage
+Summary: Extensible application framework
+Provides: python-envisage
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+%description -n python3-envisage
+
+
+%package help
+Summary: Development documents and examples for envisage
+Provides: python3-envisage-doc
+%description help
+
+
+%prep
+%autosetup -n envisage-6.1.1
+
+%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-envisage -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Sat Feb 25 2023 Python_Bot <Python_Bot@openeuler.org> - 6.1.1-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..d00f445
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+a7f31cc759940dd8d78e05d7ef02ffbf envisage-6.1.1.tar.gz