bsolomon1124 / demoji

Accurately find/replace/remove emojis in text strings
https://pypi.org/project/demoji/
Apache License 2.0
157 stars 20 forks source link

Can you add tags for the releases? #6

Closed trygveaa closed 4 years ago

trygveaa commented 4 years ago

I want to upload this library to the Arch user repository, and to do so it would be practical to have git tags for the releases, or at least for the most current release and future releases. Could you add that?

I.e. run these git commands

git tag -a -m 'Release v0.1.5' v0.1.5 f28ffba
git push --follow-tags
bsolomon1124 commented 4 years ago

Done @trygveaa: https://github.com/bsolomon1124/demoji/releases. Please let me know if anything is amiss and I can re-open.

trygveaa commented 4 years ago

Thanks! I created this package https://aur.archlinux.org/packages/python-demoji/

bsolomon1124 commented 4 years ago

@trygveaa Okay, just want to make sure you're aware that colorama and requests are formal dependencies. I'm not super familiar with Linux package distribution - does that need to be specified anywhere?

trygveaa commented 4 years ago

Yes, they are specified here:

depends=('python-requests' 'python-colorama')

I'm not sure why they are not listed under "Dependencies" on https://aur.archlinux.org/packages/python-demoji/ though, I'll have to check that out. My package manager detects the dependencies correctly, so it should work even though they're not listed on the web page.

trygveaa commented 4 years ago

I had an error with the metadata, the web page lists the dependencies now.