Open vamega opened 5 years ago
TBF, it appears I didn't do my homework when I opened python-cufflinks-feedstock
as this repo preceeded mine by a number of months.
I'm happy to continue maintaining my repo if we want to archive this one. I havent' been doing a good job of that lately (too much on) but I'll go ahead and update it to the latest...
@dhirschfeld i'll ping @cshaley tomorrow at work, i'm happy to help out with this or the other or both. We should also add @santosjorge as a maintainer to both
looked around for a good way to do this. archiving doesn't do exactly what we want since there doesn't seem to be a good way to inject a deprecation notice or redirect to the other package. So instead, i've just copied @dhirschfeld's code here, and we can work together to just make sure these two stay in sync (its just 1 file to keep in line between them).
Since https://github.com/conda-forge/python-cufflinks-feedstock/pull/5 the cufflinks-py
package is now being built from the python-cufflinks-feedstock
using using a metapackage approach and the same source.
This prevents the need for maintaining two separate feedstocks and having them potentially clobber each other in case both were installed.
cufflinks-py=0.17.0
is now available from conda-forge
:
> conda search '*cufflinks*'
Loading channels: done
# Name Version Build Channel
cufflinks-py 0.12.1 py_0 conda-forge
cufflinks-py 0.13.0 py_0 conda-forge
cufflinks-py 0.13.0 py_1 conda-forge
cufflinks-py 0.17.0 py_1 conda-forge
python-cufflinks 0.14.4 py_0 conda-forge
python-cufflinks 0.14.5 py_0 conda-forge
python-cufflinks 0.16 py_0 conda-forge
python-cufflinks 0.17.0 py_0 conda-forge
python-cufflinks 0.17.0 py_1 conda-forge
...but all it does is install the corresponding python-cufflinks
package.
Given that the python-cufflinks-feedstock
is now the canonical source I think this repository should be archived with a message recommending installing python-cufflinks
If there are no objections I'll go ahead and as the conda forge maintainers to do so...
Archiving
It seems like this feedstock duplicates the feedstock python-cufflinks-feedstock. The other one is more up to date, so perhaps this repository should be archived in github, and updated to point users to the other repository.