1 Star 0 Fork 5

src-oepkgs-oE-rv/python-mimeparse

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-mimeparse.spec 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
root 提交于 2020-10-29 14:02 . remove python2
Name: python-mimeparse
Version: 1.6.0
Release: 9
Summary: Python module for handling mime-types.
License: MIT
URL: https://github.com/dbtsai/python-mimeparse
Source0: https://files.pythonhosted.org/packages/source/p/python-mimeparse/%{name}-%{version}.tar.gz
BuildArch: noarch
%description
This module provides basic functions for handling mime-types.
It can handle matching mime-types against a list of media-ranges.
%package -n python3-mimeparse
Summary: Python3 module for handling mime-types.
BuildRequires: python3-devel python3-setuptools
%{?python_provide:%python_provide python3-mimeparse}
%description -n python3-mimeparse
This module provides basic functions for handling mime-types.
It can handle matching mime-types against a list of media-ranges.
%prep
%autosetup -n %{name}-%{version}
%build
%py3_build
%install
%py3_install
%check
%{__python3} -m unittest -v mimeparse_test
%files -n python3-mimeparse
%license LICENSE
%doc README.rst
%{python3_sitelib}/*
%changelog
* Wed Oct 21 2020 Ge Wang <wangge20@huawei.com> - 1.6.0-9
- remove python2
* Fri Nov 29 2019 zhujunhao <zhujunhao5@huawei.com> - 1.6.0-8
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-oepkgs-oe-rv/python-mimeparse.git
git@gitee.com:src-oepkgs-oe-rv/python-mimeparse.git
src-oepkgs-oe-rv
python-mimeparse
python-mimeparse
master

搜索帮助