forked from pool/patterns-devel-python
Accepting request 485933 from home:simotek:patterns
Please forward to Factory and Update the maintainer list as you see appropriate. This partly replaces the old patterns package OBS-URL: https://build.opensuse.org/request/show/485933 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/patterns-devel-python?expand=0&rev=1
This commit is contained in:
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.osc
|
||||||
3
patterns-devel-python-rpmlintrc
Normal file
3
patterns-devel-python-rpmlintrc
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
addFilter("W: no-binary");
|
||||||
|
|
||||||
|
|
||||||
4
patterns-devel-python.changes
Normal file
4
patterns-devel-python.changes
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 16 06:15:40 UTC 2017 - sflees@suse.de
|
||||||
|
|
||||||
|
- Create new package from old unified patterns package
|
||||||
127
patterns-devel-python.spec
Normal file
127
patterns-devel-python.spec
Normal file
@@ -0,0 +1,127 @@
|
|||||||
|
#
|
||||||
|
# spec file for package patterns-openSUSE
|
||||||
|
#
|
||||||
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%bcond_with betatest
|
||||||
|
|
||||||
|
Name: patterns-devel-python
|
||||||
|
Version: 20170319
|
||||||
|
Release: 0
|
||||||
|
Summary: Patterns for Installation (Python devel)
|
||||||
|
License: MIT
|
||||||
|
Group: Metapackages
|
||||||
|
Url: https://github.com/openSUSE/patterns
|
||||||
|
Source0: %{name}-rpmlintrc
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: patterns-rpm-macros
|
||||||
|
|
||||||
|
|
||||||
|
%description
|
||||||
|
This is an internal package that is used to create the patterns as part
|
||||||
|
of the installation source setup. Installation of this package does
|
||||||
|
not make sense.
|
||||||
|
|
||||||
|
This particular package contains all the python patterns.
|
||||||
|
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
%package devel_python
|
||||||
|
%pattern_development
|
||||||
|
Summary: Python Development
|
||||||
|
Group: Metapackages
|
||||||
|
Provides: pattern() = devel_python
|
||||||
|
Provides: pattern-icon() = pattern-basis-devel
|
||||||
|
Provides: pattern-order() = 3360
|
||||||
|
Provides: pattern-visible()
|
||||||
|
|
||||||
|
Recommends: pychecker
|
||||||
|
Recommends: python
|
||||||
|
Recommends: python-devel
|
||||||
|
Suggests: eric
|
||||||
|
Suggests: libxml2-python
|
||||||
|
Suggests: libxslt-python
|
||||||
|
Suggests: python-cairo-devel
|
||||||
|
Suggests: python-gnome-devel
|
||||||
|
Suggests: python-gobject2-devel
|
||||||
|
Suggests: python-gtk-devel
|
||||||
|
Suggests: python-ldap
|
||||||
|
Suggests: python-qt4
|
||||||
|
Suggests: python-wxWidgets
|
||||||
|
Suggests: python-xml
|
||||||
|
Suggests: treeline
|
||||||
|
Suggests: python-python-dateutil
|
||||||
|
Suggests: python-fcgi
|
||||||
|
Suggests: python-gdbm
|
||||||
|
Suggests: python-httplib2
|
||||||
|
Suggests: python-pyOpenSSL
|
||||||
|
Suggests: python-opensync
|
||||||
|
Suggests: python-pam
|
||||||
|
Suggests: python-pygame
|
||||||
|
Suggests: python-pyserial
|
||||||
|
Suggests: python-Twisted
|
||||||
|
Suggests: python-zope.interface
|
||||||
|
|
||||||
|
%description devel_python
|
||||||
|
Tools and libraries for software development using the Python programming language.
|
||||||
|
|
||||||
|
%files devel_python
|
||||||
|
%dir /usr/share/doc/packages/patterns
|
||||||
|
/usr/share/doc/packages/patterns/devel_python.txt
|
||||||
|
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
%package devel_python3
|
||||||
|
%pattern_development
|
||||||
|
Summary: Python3 Developement
|
||||||
|
Group: Metapackages
|
||||||
|
Provides: pattern() = devel_python3
|
||||||
|
Provides: pattern-icon() = pattern-basis-devel
|
||||||
|
Provides: pattern-order() = 3359
|
||||||
|
Provides: pattern-visible()
|
||||||
|
|
||||||
|
Recommends: python3
|
||||||
|
Recommends: python3-devel
|
||||||
|
Suggests: python3-lxml
|
||||||
|
Suggests: python3-pip
|
||||||
|
Suggests: python3-Cython
|
||||||
|
Suggests: python3-setuptools
|
||||||
|
Suggests: python3-requests
|
||||||
|
Suggests: python3-pyOpenSSL
|
||||||
|
Suggests: python3-pycrypto
|
||||||
|
Suggests: python3-simplejson
|
||||||
|
Suggests: python3-Sphinx
|
||||||
|
Suggests: python3-docutils
|
||||||
|
Suggests: python3-Jinja2
|
||||||
|
Suggests: python3-coverage
|
||||||
|
Suggests: python3-nose
|
||||||
|
|
||||||
|
%description devel_python3
|
||||||
|
|
||||||
|
%files devel_python3
|
||||||
|
%dir /usr/share/doc/packages/patterns
|
||||||
|
/usr/share/doc/packages/patterns/devel_python3.txt
|
||||||
|
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
%prep
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
%install
|
||||||
|
mkdir -p $RPM_BUILD_ROOT/usr/share/doc/packages/patterns/
|
||||||
|
echo 'This file marks the pattern devel_python to be installed.' > $RPM_BUILD_ROOT/usr/share/doc/packages/patterns/devel_python.txt
|
||||||
|
echo 'This file marks the pattern devel_python3 to be installed.' > $RPM_BUILD_ROOT/usr/share/doc/packages/patterns/devel_python3.txt
|
||||||
Reference in New Issue
Block a user