Projects
home:Eustace:branches:Eulaceura:Factory
python-patsy
_service:obs_scm:python-patsy.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:obs_scm:python-patsy.spec of Package python-patsy
%global _empty_manifest_terminate_build 0 Name: python-patsy Version: 0.5.6 Release: 1 Summary: A Python package for describing statistical models and for building design matrices. License: BSD-2-Clause URL: https://github.com/pydata/patsy Source0: https://files.pythonhosted.org/packages/c6/18/12e76e52d589c4a812a2f1fb2406b486c226b7ac263ac8ef4b5f4bb04058/patsy-0.5.6.tar.gz BuildArch: noarch Requires: python3-six Requires: python3-numpy Requires: python3-pytest Requires: python3-pytest-cov Requires: python3-scipy %description Patsy is a Python library for describing statistical models (especially linear models, or models that have a linear component) and building design matrices. Patsy brings the convenience of R "formulas" to Python. %package -n python3-patsy Summary: A Python package for describing statistical models and for building design matrices. Provides: python-patsy BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-patsy Patsy is a Python library for describing statistical models (especially linear models, or models that have a linear component) and building design matrices. Patsy brings the convenience of R "formulas" to Python. %package help Summary: Development documents and examples for patsy Provides: python3-patsy-doc %description help Patsy is a Python library for describing statistical models (especially linear models, or models that have a linear component) and building design matrices. Patsy brings the convenience of R "formulas" to Python. %prep %autosetup -n patsy-0.5.6 %build %py3_build %install %py3_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/lib64 ]; then find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/bin ]; then find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/sbin ]; then find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %files -n python3-patsy -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog * Fri Jul 5 2024 liyue01 <liyue01@kylinos.cn> - 0.5.6-1 - update to 0.5.6 - Avoid deprecated pandas "is_categorical_dtype" API - MAINT: Repalce row_stack with vstack * Mon Jun 3 2024 wuzhaomin <wuzhaomin@kylinos.cn> - 0.5.5-1 - update to 0.5.5 - Handle deprecation of _is_categorical_dtype in pandas. - Replace numpy.issubsctype usage with numpy.issubdtype for compatibility with numpy 2.0. - adds support for Python 3.12. * Mon Nov 14 2022 lvfei <lvfei@kylinos.cn> - 0.5.3-1 - update to 0.5.3 * Thu Dec 16 2021 Python_Bot <Python_Bot@openeuler.org> - 0.5.2-1 - Package Init
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2