forked from pool/python-pip
osc copypac from project:home:playpauseandstop:python package:python-pip revision:5
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=1
This commit is contained in:
commit
89537b191e
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
pip-0.6.1.tar.gz
Normal file
3
pip-0.6.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:efe47e84ffeb0ea4804f9858b8a94bebd07f5452f907ebed36d03aed06a9f9ec
|
||||||
|
size 55299
|
42
python-pip.spec
Normal file
42
python-pip.spec
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
Name: python-pip
|
||||||
|
# List of additional build dependencies
|
||||||
|
BuildRequires: python-devel
|
||||||
|
Version: 0.6.1
|
||||||
|
Release: 1
|
||||||
|
License: MIT License
|
||||||
|
Source: pip-0.6.1.tar.gz
|
||||||
|
Group: Development/Libraries/Python
|
||||||
|
Summary: pip installs packages. Python packages. An easy_install replacement
|
||||||
|
%py_requires
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
%description
|
||||||
|
pip installs packages. Python packages. An easy_install replacement
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n pip-%version
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
python setup.py build
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
|
||||||
|
python setup.py install --prefix=%_prefix --root=%buildroot --record-rpm=filelist
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf %buildroot
|
||||||
|
|
||||||
|
%files -f filelist
|
||||||
|
%defattr(-,root,root)
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sun Dec 06 2009 playpauseandstop@gmail.com
|
||||||
|
- packaged python-pip version 0.6.1 using the buildservice spec file wizard
|
1
wizard.xml
Normal file
1
wizard.xml
Normal file
@ -0,0 +1 @@
|
|||||||
|
<wizard version='1'><data name='group'>Development/Libraries/Python</data><data name='name'>python-pip</data><data name='packtype'>python</data><data name='license'>MIT License</data><data name='version'>0.6.1</data><data name='tarball'>pip-0.6.1.tar.gz</data><data name='created_spec'>true</data><data name='description'>pip installs packages. Python packages. An easy_install replacement</data><data name='summary'>pip installs packages. Python packages. An easy_install replacement</data><data name='email'>playpauseandstop@gmail.com</data><guess name='group'>Development/Libraries/Python</guess><guess name='packtype'>python</guess><guess name='license'>GPL v2 or later</guess><guess name='version'>0.6.1</guess></wizard>
|
Loading…
Reference in New Issue
Block a user