Package Details: python-markdownify 0.12.1-1

Git Clone URL: https://aur.archlinux.org/python-markdownify.git (read-only, click to copy)
Package Base: python-markdownify
Description: Convert HTML to Markdown
Upstream URL: https://github.com/matthewwithanm/python-markdownify
Licenses: MIT
Submitter: bjo
Maintainer: xiota
Last Packager: xiota
Votes: 1
Popularity: 0.94
First Submitted: 2021-08-21 15:37 (UTC)
Last Updated: 2024-03-27 01:28 (UTC)

Latest Comments

gesh commented on 2024-03-27 12:39 (UTC)

Sorry, it probably didn't help that I've been making such requests on several of your packages. Will stick to build errors from now.

xiota commented on 2024-03-27 11:54 (UTC)

@gesh A user complained about an issue in another package.

If you have legitimate packaging issues, like build errors, files installed to wrong locations, program doesn't work, etc, I will fix them. But explaining packaging decisions to you is getting annoying, especially when you harp on inconsequential details that don't alter the final package.

gesh commented on 2024-03-27 11:37 (UTC)

The change to package() in the latest commit is unclearly motivated -- what's wrong with just installing dist/*.whl? If you're building with a clean source directory, there should only be wheel there.

bjo commented on 2023-04-07 18:31 (UTC)

Fixed.

jprostko commented on 2023-04-07 16:40 (UTC) (edited on 2023-04-07 16:59 (UTC) by jprostko)

I believe there's two typos that need addressed, which are present in 0.11.6-2.

In the PKGBUILD:

-makedepends=('python-pip''python-setuptools')

+makedepends=('python-pip' 'python-setuptools')

In the .SRCINFO:

- makedepends = python-pippython-setuptools

+ makedepends = python-pip

+ makedepends = python-setuptools

m040601 commented on 2023-03-31 15:21 (UTC) (edited on 2023-03-31 15:25 (UTC) by m040601)

This PKGBUILD was last touched in 2021.

It was marked out of date in 2022.

It has since then has almost ten new releases,

https://github.com/matthewwithanm/python-markdownify

TITLE                                                   TYPE    TAG NAME  PUBLISHED
Fixed CLI options, added nix shell file to repo         Latest  0.11.6    about 7 months ago
Fixed cli options and lint/test order                           0.11.5    about 7 months ago
Fixed rst linting error, added linter to tox                    0.11.4    about 7 months ago
Using `tox`, added CLI and fixed `pre`                          0.11.3    about 7 months ago
Added wrap option                                               0.11.2    about 11 months ago
Fixed table heading handling                                    0.11.1    about 11 months ago
Inline images, escaping asterisks, language callback            0.11.0    about 11 months ago
Enable convertig BeautifulSoup objects                          0.10.3    about 1 year ago
Added escape_underscores option                                 0.10.2    about 1 year ago
Updated flake8 major version                                    0.10.1    about 1 year ago
Added code language support                                     0.10.0    about 1 year ago
Fix: remove space around list elements                          0.9.4     about 1 year ago
Fix: Convert tags in table cells as inline                      0.9.3     about 1 year ago
Fix readme syntax error                                         0.9.2     about 1 year ago

In addition the "Description", and "Upstream URL" are wrong,

Description:   Python software for USB Wireless WeatherStations
Upstream URL:   http://github.com/matthewwithanm/python-markdownify

It should be

Description:   Convert HTML to Markdown
Upstream URL:  https://github.com/matthewwithanm/python-markdownify

The maintainer of this PKGBUILD has not responded.

Are you still interested in maintaining it ?

Otherwise a request for ORPHAN will be submitted to the AUR.