!1 Initial package
From: @ysliuci Reviewed-by: @desert-sailor Signed-off-by: @desert-sailor
This commit is contained in:
commit
d3ae5aaca8
BIN
mdurl-0.1.2.tar.gz
Normal file
BIN
mdurl-0.1.2.tar.gz
Normal file
Binary file not shown.
45
python-mdurl.spec
Normal file
45
python-mdurl.spec
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
Name: python-mdurl
|
||||||
|
Version: 0.1.2
|
||||||
|
Release: 1
|
||||||
|
Summary: Markdown URL utilities
|
||||||
|
|
||||||
|
License: MIT
|
||||||
|
URL: https://github.com/hukkin/mdurl
|
||||||
|
Source0: https://files.pythonhosted.org/packages/d6/54/cfe61301667036ec958cb99bd3efefba235e65cdeb9c84d24a8293ba1d90/mdurl-%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRequires: python3-devel
|
||||||
|
BuildRequires: python3-setuptools
|
||||||
|
BuildRequires: python3-pip
|
||||||
|
BuildRequires: python3-wheel
|
||||||
|
BuildRequires: python3-hatchling
|
||||||
|
BuildRequires: python3-flit-core
|
||||||
|
|
||||||
|
%description
|
||||||
|
URL utilities for markdown-it parser.
|
||||||
|
|
||||||
|
%package -n python3-mdurl
|
||||||
|
Summary: %{summary}
|
||||||
|
|
||||||
|
%description -n python3-mdurl
|
||||||
|
URL utilities for markdown-it parser.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -p1 -n mdurl-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
%pyproject_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%pyproject_install
|
||||||
|
|
||||||
|
%files -n python3-mdurl
|
||||||
|
%doc README.md
|
||||||
|
%license LICENSE
|
||||||
|
%{python3_sitelib}/mdurl*.dist-info/
|
||||||
|
%{python3_sitelib}/mdurl/
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Aug 01 2023 ysliu <ysliuci@isoftstone.com> - 0.1.2-1
|
||||||
|
- Initial package.
|
||||||
Loading…
x
Reference in New Issue
Block a user