1 Star 0 Fork 1

brucezhang/python-cson

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-cson.spec 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
brucezhang 提交于 2025-02-28 10:58 +08:00 . rebuild
%{?python_enable_dependency_generator}
%global srcname cson
Name: python-%{srcname}
Version: 0.8
Release: 2%{?dist}
Summary: A Coffescript Object Notation (CSON) parser for Python 2 and Python 3
License: MIT
URL: https://github.com/avakar/pycson
Source0: https://github.com/avakar/pycson/archive/%{version}/pycson-%{version}.tar.gz
BuildArch: noarch
%description
A python parser for the Coffeescript Object Notation (CSON).
%package -n python3-%{srcname}
Summary: %{summary}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description -n python3-%{srcname}
A python parser for the Coffeescript Object Notation (CSON).
%prep
%autosetup -n pycson-%{version}
%build
%py3_build
%install
%py3_install
%files -n python3-%{srcname}
%license LICENSE
%doc README.md
%{python3_sitelib}/%{srcname}-*.egg-info/
%{python3_sitelib}/%{srcname}/
%changelog
* Fri Oct 11 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.8-2
- rebuild
* Fri Oct 11 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.8-1
- initial build
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bbrucezhang/python-cson.git
git@gitee.com:bbrucezhang/python-cson.git
bbrucezhang
python-cson
python-cson
master

搜索帮助