commit 07729254db9a6c6bb200a422f95e9ebf804c60455db56c36492a41c4fd6bd0d6 Author: Thomas Bechtold Date: Wed Jan 2 13:30:19 2019 +0000 osc copypac from project:Cloud:OpenStack:Master package:python-XStatic-objectpath revision:1, using expand OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-XStatic-objectpath?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/XStatic-objectpath-1.2.1.0.tar.gz b/XStatic-objectpath-1.2.1.0.tar.gz new file mode 100644 index 0000000..509f318 --- /dev/null +++ b/XStatic-objectpath-1.2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd1e9f502482afcdd028821148843b07b4065c8dcea8e5cc33abb9ae1cf20b20 +size 3477 diff --git a/python-XStatic-objectpath.changes b/python-XStatic-objectpath.changes new file mode 100644 index 0000000..ec42bf5 --- /dev/null +++ b/python-XStatic-objectpath.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Fri Sep 2 08:04:36 UTC 2016 - tbechtold@suse.com + +- Initial packaging (version 1.2.1.0) + diff --git a/python-XStatic-objectpath.spec b/python-XStatic-objectpath.spec new file mode 100644 index 0000000..d560279 --- /dev/null +++ b/python-XStatic-objectpath.spec @@ -0,0 +1,60 @@ +# +# spec file for package python-XStatic-objectpath +# +# Copyright (c) 2016 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/ +# + + +Name: python-XStatic-objectpath +Version: 1.2.1.0 +Release: 0 +Summary: objectpath 1.21 (XStatic packaging standard) +License: MIT +Group: Development/Languages/Python +Url: https://github.com/mike-marcacci/objectpath +Source: https://pypi.python.org/packages/source/X/XStatic-objectpath/XStatic-objectpath-%{version}.tar.gz +BuildRequires: python-devel +BuildRequires: python-setuptools +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch + +%description +XStatic-Angular +--------------- + +Angular JavaScript library packaged for setuptools (easy_install) / pip. + +This package is intended to be used by **any** project that needs these files. + +It intentionally does **not** provide any extra code except some metadata +**nor** has any extra requirements. You MAY use some minimal support code from +the XStatic base package, if you like. + +You can find more info about the xstatic packaging way in the package `XStatic`. + +%prep +%setup -q -n XStatic-objectpath-%{version} + +%build +python setup.py build + +%install +python setup.py install --prefix=%{_prefix} --root=%{buildroot} + +%files +%defattr(-,root,root,-) +%doc README.txt +%{python_sitelib}/* + +%changelog