forked from pool/python-setuptools-git
osc copypac from project:devel:languages:python package:python-setuptools_git revision:1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-git?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
|
4
python-setuptools_git.changes
Normal file
4
python-setuptools_git.changes
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 13 19:17:33 UTC 2009 - alexandre@exatati.com.br
|
||||||
|
|
||||||
|
- Initial package (0.3) for openSUSE.
|
41
python-setuptools_git.spec
Normal file
41
python-setuptools_git.spec
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
# norootforbuild
|
||||||
|
|
||||||
|
Name: python-setuptools_git
|
||||||
|
Version: 0.3
|
||||||
|
Release: 1
|
||||||
|
Summary: Setuptools_git package
|
||||||
|
License: BSD License
|
||||||
|
Group: Development/Libraries/Python
|
||||||
|
Source: setuptools_git-%{version}.tar.gz
|
||||||
|
URL: http://ygingras.net/b/tag/setuptools_git
|
||||||
|
BuildRequires: python-devel, python-setuptools
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
%{py_requires}
|
||||||
|
|
||||||
|
|
||||||
|
%description
|
||||||
|
This is a plugin for setuptools that enables git integration. Once
|
||||||
|
installed, Setuptools can be told to include in a package distribution
|
||||||
|
all the files tracked by git. This is an alternative to explicit
|
||||||
|
inclusion specifications with `MANIFEST.in`.
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Humberto Diogenes <humberto@digi.com.br>
|
||||||
|
Yannick Gingras <ygingras@ygingras.net>
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n setuptools_git-%{version}
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
%{__python} setup.py build
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES
|
||||||
|
|
||||||
|
|
||||||
|
%files -f INSTALLED_FILES
|
||||||
|
%defattr(-,root,root)
|
3
setuptools_git-0.3.tar.gz
Normal file
3
setuptools_git-0.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3a17af15b876b57d12c98eb72bd3069198622229d0f9cb3e1c2579aa6edc9d8d
|
||||||
|
size 15206
|
Reference in New Issue
Block a user