commit 33ff29e7ba364c9f06b1e77a18b40b536ae2d78964be2f2e2a3f37578ae3f9c2 Author: Thomas Bechtold Date: Wed Jan 2 12:54:32 2019 +0000 osc copypac from project:devel:languages:python:misc package:python-XStatic-Angular-Schema-Form revision:1, using expand OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-XStatic-Angular-Schema-Form?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-Angular-Schema-Form-0.8.13.0.tar.gz b/XStatic-Angular-Schema-Form-0.8.13.0.tar.gz new file mode 100644 index 0000000..b016ed3 --- /dev/null +++ b/XStatic-Angular-Schema-Form-0.8.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c08634901751267fe26d266fc027cf6ed2e5f422696985cec750594b3f4e300 +size 41709 diff --git a/python-XStatic-Angular-Schema-Form.changes b/python-XStatic-Angular-Schema-Form.changes new file mode 100644 index 0000000..8f3e82c --- /dev/null +++ b/python-XStatic-Angular-Schema-Form.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Fri Sep 2 07:53:13 UTC 2016 - tbechtold@suse.com + +- Initial packaging (version 0.8.13.0) + diff --git a/python-XStatic-Angular-Schema-Form.spec b/python-XStatic-Angular-Schema-Form.spec new file mode 100644 index 0000000..e5d602b --- /dev/null +++ b/python-XStatic-Angular-Schema-Form.spec @@ -0,0 +1,60 @@ +# +# spec file for package python-XStatic-Angular-Schema-Form +# +# 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-Angular-Schema-Form +Version: 0.8.13.0 +Release: 0 +Summary: Angular-Schema-Form 0.813 (XStatic packaging standard) +License: MIT +Group: Development/Languages/Python +Url: http://schemaform.io/ +Source: https://pypi.io/packages/source/X/XStatic-Angular-Schema-Form/XStatic-Angular-Schema-Form-%{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-Angular-Schema-Form-%{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