source: projects/specs/trunk/p/python-webcolors/python-webcolors-vl.spec @ 12316

Revision 12316, 2.4 KB checked in by tomop, 4 years ago (diff)

updated 22 packages

actdiag-0.5.4-1

blockdiag-1.5.4-1

clamav-0.102.1-1

ghostscript-9.27-3

git-2.24.1-1

incron-0.5.12-4

iputils-20190709-2

libsass-3.6.3-1

libxslt-1.1.34-1

nginx-1.16.1-4

nsd-4.2.4-1

nwdiag-1.0.4-1

oniguruma-6.9.4-1

php73-7.3.12-1

python-funcparserlib-0.3.6-1

python-webcolors-1.10-1

samba-4.10.10-1

seqdiag-0.9.6-1

strongswan-5.8.1-1

trousers-0.3.14-1

unbound-1.9.6-1

unrar-free-0.0.1.20140707-1

Line 
1Summary: a Python library for working with color names and color value formats defined by the HTML etc.
2Name: python-webcolors
3Version: 1.10
4Release: 1%{?_dist_release}
5Group: Development/Libraries
6License: MIT License
7URL: https://pypi.python.org/pypi/webcolors
8Source0: https://pypi.python.org/packages/source/w/webcolors/webcolors-%{version}.tar.gz
9BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
10BuildArch: noarch
11BuildRequires: python-devel
12BuildRequires: python-setuptools
13BuildRequires: python-rpm-macros
14Requires: python(abi) = %pyver
15
16Vendor: Project Vine
17Distribution: Vine Linux
18Packager: iwaim
19
20%description
21A library for working with color names and color value formats defined by the HTML and CSS specifications for use in documents on the Web.
22
23Support is included for the following formats (RGB colorspace only; conversion to/from HSL can be handled by the colorsys module in the Python standard library):
24
25- Specification-defined color names
26- Six-digit hexadecimal
27- Three-digit hexadecimal
28- Integer rgb() triplet
29- Percentage rgb() triplet
30
31
32%package -n python3-webcolors
33Summary: a Python library for working with color names and color value formats defined by the HTML etc.
34BuildRequires: python3-devel
35BuildRequires: python3-setuptools
36BuildRequires: python3-rpm-macros
37Requires: python3
38
39%description -n python3-webcolors
40A library for working with color names and color value formats defined by the HTML and CSS specifications for use in documents on the Web.
41
42Support is included for the following formats (RGB colorspace only; conversion to/from HSL can be handled by the colorsys module in the Python standard library):
43
44- Specification-defined color names
45- Six-digit hexadecimal
46- Three-digit hexadecimal
47- Integer rgb() triplet
48- Percentage rgb() triplet
49
50
51%prep
52%setup -q -n webcolors-%{version}
53
54%build
55%py_build
56%py3_build
57
58%install
59%__rm -rf %{buildroot}
60%py_install
61%py3_install
62
63%clean
64%__rm -rf %{buildroot}
65
66%files
67%defattr(-,root,root,-)
68%license LICENSE
69%doc README
70%{python_sitelib}/webcolors*
71
72%files -n python3-webcolors
73%defattr(-,root,root,-)
74%license LICENSE
75%doc README
76%{python3_sitelib}/webcolors*
77%{python3_sitelib}/__pycache__/webcolors*
78 
79%changelog
80* Thu Nov 21 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.10-1
81- new upstream release.
82- added python3 support.
83
84* Sun Mar  3 2013 IWAI, Masaharu <iwai@alib.jp> 1.4-1
85- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.