summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-20 08:35:45 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-20 08:35:45 +0000
commit0eb00b1bdf6b8f90b48035753aeccfb72329a6e5 (patch)
tree6d631b4d5286458a7ce25ecbbaff464c6a85531a
parentb7cad23684ecaf45cc7e47e3b278155f9eedf89e (diff)
automatic import of python-django-cms-qeopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-django-cms-qe.spec231
-rw-r--r--sources1
3 files changed, 233 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..3df5a51 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/django-cms-qe-2.2.tar.gz
diff --git a/python-django-cms-qe.spec b/python-django-cms-qe.spec
new file mode 100644
index 0000000..a148ad1
--- /dev/null
+++ b/python-django-cms-qe.spec
@@ -0,0 +1,231 @@
+%global _empty_manifest_terminate_build 0
+Name: python-django-cms-qe
+Version: 2.2
+Release: 1
+Summary: Django CMS Quick & Easy provides all important modules to run new page withouta lot of coding. Aims to do it very easily and securely.
+License: BSD License
+URL: https://websites.pages.nic.cz/django-cms-qe
+Source0: https://mirrors.aliyun.com/pypi/web/packages/51/b4/615f445d3e6c37b321fd038fd2857f7ef08800f8469de420b41b92b15a60/django-cms-qe-2.2.tar.gz
+BuildArch: noarch
+
+Requires: python3-django-filer
+Requires: python3-aldryn-forms
+Requires: python3-Django
+Requires: python3-aldryn-boilerplates
+Requires: python3-argon2-cffi
+Requires: python3-djangocms-file
+Requires: python3-djangocms-link
+Requires: python3-djangocms-picture
+Requires: python3-django-axes
+Requires: python3-django-bootstrap-form
+Requires: python3-django-cms
+Requires: python3-django-constance[database]
+Requires: python3-django-csp
+Requires: python3-django-import-export
+Requires: python3-django-ipware
+Requires: python3-django-tablib
+Requires: python3-django-jsonfield
+Requires: python3-django-mail-queue
+Requires: python3-django-settings
+Requires: python3-django-picklefield
+Requires: python3-djangocms-bootstrap4
+Requires: python3-djangocms-googlemap
+Requires: python3-djangocms-text-ckeditor
+Requires: python3-djangocms-attributes-field
+Requires: python3-easy-thumbnails
+Requires: python3-mailchimp3
+Requires: python3-django-mptt
+Requires: python3-memcached
+Requires: python3-pytz
+Requires: python3-typed-ast
+Requires: python3-Sphinx
+Requires: python3-django-debug-toolbar
+Requires: python3-django-extensions
+Requires: python3-mysqlclient
+Requires: python3-psycopg2
+Requires: python3-mypy
+Requires: python3-pylint
+Requires: python3-pylint-django
+Requires: python3-pytest
+Requires: python3-pytest-data
+Requires: python3-pytest-django
+Requires: python3-pytest-env
+Requires: python3-pytest-pythonpath
+Requires: python3-pytest-sugar
+Requires: python3-pytest-watch
+Requires: python3-PyVirtualDisplay
+Requires: python3-webdriverwrapper
+Requires: python3-django-simple-captcha
+
+%description
+# Django CMS QE
+
+Django CMS Quick & Easy provides all important modules to run new page
+without a lot of coding. Aims to do it very easily and securely.
+
+For more information please read [documentation](<https://websites.pages.nic.cz/django-cms-qe>) or [GitLab](https://gitlab.nic.cz/websites/django-cms-qe).
+
+## Development
+
+To prepare your dev envrionment run this command:
+
+ make prepare-dev (run with apt get update)
+ make prepare-env
+
+To run tests or lint use this commands:
+
+ make test
+ make lint
+
+To run only particular test:
+
+ make test=cms_qe_table/tests/test_utils.py test
+
+To run example use this command:
+
+ make run-example
+
+
+To call other Django commands:
+
+ make cmd (List django commands, same like --help)
+ make cmd=dbshell cmd
+ make cmd='createsuperuser --username=dave --email=dave@rd.foo' cmd
+
+To find more useful commands, run just `make`.
+
+
+
+
+%package -n python3-django-cms-qe
+Summary: Django CMS Quick & Easy provides all important modules to run new page withouta lot of coding. Aims to do it very easily and securely.
+Provides: python-django-cms-qe
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-django-cms-qe
+# Django CMS QE
+
+Django CMS Quick & Easy provides all important modules to run new page
+without a lot of coding. Aims to do it very easily and securely.
+
+For more information please read [documentation](<https://websites.pages.nic.cz/django-cms-qe>) or [GitLab](https://gitlab.nic.cz/websites/django-cms-qe).
+
+## Development
+
+To prepare your dev envrionment run this command:
+
+ make prepare-dev (run with apt get update)
+ make prepare-env
+
+To run tests or lint use this commands:
+
+ make test
+ make lint
+
+To run only particular test:
+
+ make test=cms_qe_table/tests/test_utils.py test
+
+To run example use this command:
+
+ make run-example
+
+
+To call other Django commands:
+
+ make cmd (List django commands, same like --help)
+ make cmd=dbshell cmd
+ make cmd='createsuperuser --username=dave --email=dave@rd.foo' cmd
+
+To find more useful commands, run just `make`.
+
+
+
+
+%package help
+Summary: Development documents and examples for django-cms-qe
+Provides: python3-django-cms-qe-doc
+%description help
+# Django CMS QE
+
+Django CMS Quick & Easy provides all important modules to run new page
+without a lot of coding. Aims to do it very easily and securely.
+
+For more information please read [documentation](<https://websites.pages.nic.cz/django-cms-qe>) or [GitLab](https://gitlab.nic.cz/websites/django-cms-qe).
+
+## Development
+
+To prepare your dev envrionment run this command:
+
+ make prepare-dev (run with apt get update)
+ make prepare-env
+
+To run tests or lint use this commands:
+
+ make test
+ make lint
+
+To run only particular test:
+
+ make test=cms_qe_table/tests/test_utils.py test
+
+To run example use this command:
+
+ make run-example
+
+
+To call other Django commands:
+
+ make cmd (List django commands, same like --help)
+ make cmd=dbshell cmd
+ make cmd='createsuperuser --username=dave --email=dave@rd.foo' cmd
+
+To find more useful commands, run just `make`.
+
+
+
+
+%prep
+%autosetup -n django-cms-qe-2.2
+
+%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-django-cms-qe -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Tue Jun 20 2023 Python_Bot <Python_Bot@openeuler.org> - 2.2-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..a78b32d
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+b3f596209017a965711b98fcc19126c5 django-cms-qe-2.2.tar.gz